Html Css Color HEX #D44381 Deep Cerise

📋 copy color: '#D44381'

red 212 ◦ green 67 ◦ blue 129

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

Shades of Deep Cerise #D44381

Tints of Deep Cerise #D44381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 51.96%
G = 16.42%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D44381 (or 0xD44381) is known color: Deep Cerise. HEX triplet: D4, 43 and 81. RGB value is (212,67,129). Sum of RGB (Red+Green+Blue) = 212+67+129=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D44381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44381 is #2BBC7E. Grayscale: #757575. Windows color (decimal): -2866303 or 8471508. OLE color: 8471508.

HSL color Cylindrical-coordinate representation of color #D44381: hue angle of 334.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44381 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 67 129 -
CMYK 0 0.68 0.39 0.17
HSL 334.34º 0.63% 0.55% -
HSV(B) 334.34º 0.68% 0.83% -
XYZ 33.12 19.6 22.81 -
YUV 117.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 212 67 129 0 0.68 0.39 0.17 334.34 0.63 0.55
Hex D4 43 81 0 44 27 11 14E 3F 37
Octal 324 103 201 0 104 47 21 516 77 67
Binary 11010100 1000011 10000001 0 1000100 100111 10001 101001110 111111 110111

Color Harmonies of #D44381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44381

Black with #D44381

Text Example


Text Example

White with #D44381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44381; }

 p { color: rgb(212,67,129); }

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

background-color css

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

 a { background-color: rgb(212,67,129); }

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

border-color css

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

 span { border-color: rgb(212,67,129); }

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