Html Css Color HEX #D44182 Deep Cerise

📋 copy color: '#D44182'

red 212 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D44182

Tints of Deep Cerise #D44182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 52.09%
G = 15.97%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D44182 (or 0xD44182) is known color: Deep Cerise. HEX triplet: D4, 41 and 82. RGB value is (212,65,130). Sum of RGB (Red+Green+Blue) = 212+65+130=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D44182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44182 is #2BBE7D. Grayscale: #747474. Windows color (decimal): -2866814 or 8536532. OLE color: 8536532.

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

Color convert

RGB 212 65 130 -
CMYK 0 0.69 0.39 0.17
HSL 333.47º 0.63% 0.54% -
HSV(B) 333.47º 0.69% 0.83% -
XYZ 33.07 19.39 23.12 -
YUV 116.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 212 65 130 0 0.69 0.39 0.17 333.47 0.63 0.54
Hex D4 41 82 0 45 27 11 14D 3F 36
Octal 324 101 202 0 105 47 21 515 77 66
Binary 11010100 1000001 10000010 0 1000101 100111 10001 101001101 111111 110110

Color Harmonies of #D44182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44182

Black with #D44182

Text Example


Text Example

White with #D44182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44182; }

 p { color: rgb(212,65,130); }

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

background-color css

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

 a { background-color: rgb(212,65,130); }

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

border-color css

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

 span { border-color: rgb(212,65,130); }

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