Html Css Color HEX #D44280 Deep Cerise

📋 copy color: '#D44280'

red 212 ◦ green 66 ◦ blue 128

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

Shades of Deep Cerise #D44280

Tints of Deep Cerise #D44280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 52.22%
G = 16.26%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D44280 (or 0xD44280) is known color: Deep Cerise. HEX triplet: D4, 42 and 80. RGB value is (212,66,128). Sum of RGB (Red+Green+Blue) = 212+66+128=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D44280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44280 is #2BBD7F. Grayscale: #747474. Windows color (decimal): -2866560 or 8405716. OLE color: 8405716.

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

Color convert

RGB 212 66 128 -
CMYK 0 0.69 0.40 0.17
HSL 334.52º 0.63% 0.55% -
HSV(B) 334.52º 0.69% 0.83% -
XYZ 33 19.45 22.44 -
YUV 116.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 212 66 128 0 0.69 0.40 0.17 334.52 0.63 0.55
Hex D4 42 80 0 45 28 11 14F 3F 37
Octal 324 102 200 0 105 50 21 517 77 67
Binary 11010100 1000010 10000000 0 1000101 101000 10001 101001111 111111 110111

Color Harmonies of #D44280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44280

Black with #D44280

Text Example


Text Example

White with #D44280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44280; }

 p { color: rgb(212,66,128); }

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

background-color css

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

 a { background-color: rgb(212,66,128); }

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

border-color css

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

 span { border-color: rgb(212,66,128); }

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