Html Css Color HEX #D4408D Deep Cerise

📋 copy color: '#D4408D'

red 212 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #D4408D

Tints of Deep Cerise #D4408D

RGB

 RED value IS 212 (83.2% from 255) = 50.84%

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 50.84%
G = 15.35%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4408D (or 0xD4408D) is known color: Deep Cerise. HEX triplet: D4, 40 and 8D. RGB value is (212,64,141). Sum of RGB (Red+Green+Blue) = 212+64+141=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4408D is #2BBF72. Grayscale: #747474. Windows color (decimal): -2867059 or 9257172. OLE color: 9257172.

HSL color Cylindrical-coordinate representation of color #D4408D: hue angle of 328.78º 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 #D4408D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 141 -
CMYK 0 0.70 0.33 0.17
HSL 328.78º 0.63% 0.54% -
HSV(B) 328.78º 0.7% 0.83% -
XYZ 33.79 19.59 27.2 -
YUV 117.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 212 64 141 0 0.70 0.33 0.17 328.78 0.63 0.54
Hex D4 40 8D 0 46 21 11 149 3F 36
Octal 324 100 215 0 106 41 21 511 77 66
Binary 11010100 1000000 10001101 0 1000110 100001 10001 101001001 111111 110110

Color Harmonies of #D4408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4408D

Black with #D4408D

Text Example


Text Example

White with #D4408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4408D; }

 p { color: rgb(212,64,141); }

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

background-color css

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

 a { background-color: rgb(212,64,141); }

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

border-color css

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

 span { border-color: rgb(212,64,141); }

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