Html Css Color HEX #D62279 Deep Cerise

📋 copy color: '#D62279'

red 214 ◦ green 34 ◦ blue 121

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

Shades of Deep Cerise #D62279

Tints of Deep Cerise #D62279

RGB

 RED value IS 214 (83.98% from 255) = 57.99%

 GREEN value IS 34 (13.67% from 255) = 9.21%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 57.99%
G = 9.21%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D62279 (or 0xD62279) is known color: Deep Cerise. HEX triplet: D6, 22 and 79. RGB value is (214,34,121). Sum of RGB (Red+Green+Blue) = 214+34+121=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D62279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62279 is #29DD86. Grayscale: #616161. Windows color (decimal): -2743687 or 7938774. OLE color: 7938774.

HSL color Cylindrical-coordinate representation of color #D62279: hue angle of 331º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62279 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 121 -
CMYK 0 0.84 0.43 0.16
HSL 331º 0.73% 0.49% -
HSV(B) 331º 0.84% 0.84% -
XYZ 31.75 16.82 19.66 -
YUV 97.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 214 34 121 0 0.84 0.43 0.16 331 0.73 0.49
Hex D6 22 79 0 54 2B 10 14B 49 31
Octal 326 42 171 0 124 53 20 513 111 61
Binary 11010110 100010 1111001 0 1010100 101011 10000 101001011 1001001 110001

Color Harmonies of #D62279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62279

Black with #D62279

Text Example


Text Example

White with #D62279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62279; }

 p { color: rgb(214,34,121); }

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

background-color css

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

 a { background-color: rgb(214,34,121); }

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

border-color css

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

 span { border-color: rgb(214,34,121); }

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