Html Css Color HEX #D3408C Deep Cerise

📋 copy color: '#D3408C'

red 211 ◦ green 64 ◦ blue 140

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

Shades of Deep Cerise #D3408C

Tints of Deep Cerise #D3408C

RGB

 RED value IS 211 (82.81% from 255) = 50.84%

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 50.84%
G = 15.42%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3408C (or 0xD3408C) is known color: Deep Cerise. HEX triplet: D3, 40 and 8C. RGB value is (211,64,140). Sum of RGB (Red+Green+Blue) = 211+64+140=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3408C is #2CBF73. Grayscale: #747474. Windows color (decimal): -2932596 or 9191635. OLE color: 9191635.

HSL color Cylindrical-coordinate representation of color #D3408C: hue angle of 328.98º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3408C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 140 -
CMYK 0 0.70 0.34 0.17
HSL 328.98º 0.63% 0.54% -
HSV(B) 328.98º 0.7% 0.83% -
XYZ 33.43 19.41 26.8 -
YUV 116.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 211 64 140 0 0.70 0.34 0.17 328.98 0.63 0.54
Hex D3 40 8C 0 46 22 11 149 3F 36
Octal 323 100 214 0 106 42 21 511 77 66
Binary 11010011 1000000 10001100 0 1000110 100010 10001 101001001 111111 110110

Color Harmonies of #D3408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3408C

Black with #D3408C

Text Example


Text Example

White with #D3408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3408C; }

 p { color: rgb(211,64,140); }

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

background-color css

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

 a { background-color: rgb(211,64,140); }

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

border-color css

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

 span { border-color: rgb(211,64,140); }

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