Html Css Color HEX #D62C73 Cerise

📋 copy color: '#D62C73'

red 214 ◦ green 44 ◦ blue 115

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

Shades of Cerise #D62C73

Tints of Cerise #D62C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 57.37%
G = 11.8%
B = 30.83%

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

#D62C73 (or 0xD62C73) is known color: Cerise. HEX triplet: D6, 2C and 73. RGB value is (214,44,115). Sum of RGB (Red+Green+Blue) = 214+44+115=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C73 is #29D38C. Grayscale: #666666. Windows color (decimal): -2741133 or 7548118. OLE color: 7548118.

HSL color Cylindrical-coordinate representation of color #D62C73: hue angle of 334.94º 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 #D62C73 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 44 115 -
CMYK 0 0.79 0.46 0.16
HSL 334.94º 0.67% 0.51% -
HSV(B) 334.94º 0.79% 0.84% -
XYZ 31.73 17.34 17.89 -
YUV 102.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 214 44 115 0 0.79 0.46 0.16 334.94 0.67 0.51
Hex D6 2C 73 0 4F 2E 10 14F 43 33
Octal 326 54 163 0 117 56 20 517 103 63
Binary 11010110 101100 1110011 0 1001111 101110 10000 101001111 1000011 110011

Color Harmonies of #D62C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C73

Black with #D62C73

Text Example


Text Example

White with #D62C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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