Html Css Color HEX #D13283 Deep Cerise

📋 copy color: '#D13283'

red 209 ◦ green 50 ◦ blue 131

#D13283
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D13283

Tints of Deep Cerise #D13283

RGB

 RED value IS 209 (82.03% from 255) = 53.59%

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 53.59%
G = 12.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D13283 (or 0xD13283) is known color: Deep Cerise. HEX triplet: D1, 32 and 83. RGB value is (209,50,131). Sum of RGB (Red+Green+Blue) = 209+50+131=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D13283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13283 is #2ECD7C. Grayscale: #6A6A6A. Windows color (decimal): -3067261 or 8598225. OLE color: 8598225.

HSL color Cylindrical-coordinate representation of color #D13283: hue angle of 329.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13283 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 131 -
CMYK 0 0.76 0.37 0.18
HSL 329.43º 0.63% 0.51% -
HSV(B) 329.43º 0.76% 0.82% -
XYZ 31.53 17.48 23.18 -
YUV 106.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 209 50 131 0 0.76 0.37 0.18 329.43 0.63 0.51
Hex D1 32 83 0 4C 25 12 149 3F 33
Octal 321 62 203 0 114 45 22 511 77 63
Binary 11010001 110010 10000011 0 1001100 100101 10010 101001001 111111 110011

Color Harmonies of #D13283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13283

Black with #D13283

Text Example


Text Example

White with #D13283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13283; }

 p { color: rgb(209,50,131); }

 H1.HeaderClassName
 {
   color: #D13283;
 }
 .AnyTagClassName
 {
   color: #D13283;
 }
</style>

background-color css

<style>
 a { background-color: #D13283; }

 a { background-color: rgb(209,50,131); }

 div.DivClassName
 {
   background-color: #D13283;
 }
 .BgClassName
 {
   background-color: #D13283;
 }
</style>

border-color css

<style>
 span { border-color: #D13283; }

 span { border-color: rgb(209,50,131); }

 td.TdClassName
 {
   border-color: #D13283;
 }
 .TagClassName
 {
   border-color: #D13283;
 }
</style>