Html Css Color HEX #D62B6C Cerise

📋 copy color: '#D62B6C'

red 214 ◦ green 43 ◦ blue 108

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

Shades of Cerise #D62B6C

Tints of Cerise #D62B6C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 58.63%
G = 11.78%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D62B6C (or 0xD62B6C) is known color: Cerise. HEX triplet: D6, 2B and 6C. RGB value is (214,43,108). Sum of RGB (Red+Green+Blue) = 214+43+108=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B6C is #29D493. Grayscale: #656565. Windows color (decimal): -2741396 or 7089110. OLE color: 7089110.

HSL color Cylindrical-coordinate representation of color #D62B6C: hue angle of 337.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B6C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 43 108 -
CMYK 0 0.80 0.50 0.16
HSL 337.19º 0.68% 0.5% -
HSV(B) 337.19º 0.8% 0.84% -
XYZ 31.3 17.11 15.84 -
YUV 101.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 214 43 108 0 0.80 0.50 0.16 337.19 0.68 0.5
Hex D6 2B 6C 0 50 32 10 151 44 32
Octal 326 53 154 0 120 62 20 521 104 62
Binary 11010110 101011 1101100 0 1010000 110010 10000 101010001 1000100 110010

Color Harmonies of #D62B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B6C

Black with #D62B6C

Text Example


Text Example

White with #D62B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B6C; }

 p { color: rgb(214,43,108); }

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

background-color css

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

 a { background-color: rgb(214,43,108); }

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

border-color css

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

 span { border-color: rgb(214,43,108); }

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