Html Css Color HEX #D62C74 Deep Cerise

📋 copy color: '#D62C74'

red 214 ◦ green 44 ◦ blue 116

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

Shades of Deep Cerise #D62C74

Tints of Deep Cerise #D62C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.76%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 57.22%
G = 11.76%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D62C74 (or 0xD62C74) is known color: Deep Cerise. HEX triplet: D6, 2C and 74. RGB value is (214,44,116). Sum of RGB (Red+Green+Blue) = 214+44+116=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C74 is #29D38B. Grayscale: #666666. Windows color (decimal): -2741132 or 7613654. OLE color: 7613654.

HSL color Cylindrical-coordinate representation of color #D62C74: hue angle of 334.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C74 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 44 116 -
CMYK 0 0.79 0.46 0.16
HSL 334.59º 0.67% 0.51% -
HSV(B) 334.59º 0.79% 0.84% -
XYZ 31.78 17.36 18.2 -
YUV 103.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 214 44 116 0 0.79 0.46 0.16 334.59 0.67 0.51
Hex D6 2C 74 0 4F 2E 10 14F 43 33
Octal 326 54 164 0 117 56 20 517 103 63
Binary 11010110 101100 1110100 0 1001111 101110 10000 101001111 1000011 110011

Color Harmonies of #D62C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C74

Black with #D62C74

Text Example


Text Example

White with #D62C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C74; }

 p { color: rgb(214,44,116); }

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

background-color css

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

 a { background-color: rgb(214,44,116); }

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

border-color css

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

 span { border-color: rgb(214,44,116); }

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