Html Css Color HEX #D62C5C Cerise

📋 copy color: '#D62C5C'

red 214 ◦ green 44 ◦ blue 92

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

Shades of Cerise #D62C5C

Tints of Cerise #D62C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 61.14%
G = 12.57%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D62C5C (or 0xD62C5C) is known color: Cerise. HEX triplet: D6, 2C and 5C. RGB value is (214,44,92). Sum of RGB (Red+Green+Blue) = 214+44+92=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C5C is #29D3A3. Grayscale: #646464. Windows color (decimal): -2741156 or 6040790. OLE color: 6040790.

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

Color convert

RGB 214 44 92 -
CMYK 0 0.79 0.57 0.16
HSL 343.06º 0.67% 0.51% -
HSV(B) 343.06º 0.79% 0.84% -
XYZ 30.56 16.87 11.77 -
YUV 100.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 214 44 92 0 0.79 0.57 0.16 343.06 0.67 0.51
Hex D6 2C 5C 0 4F 39 10 157 43 33
Octal 326 54 134 0 117 71 20 527 103 63
Binary 11010110 101100 1011100 0 1001111 111001 10000 101010111 1000011 110011

Color Harmonies of #D62C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C5C

Black with #D62C5C

Text Example


Text Example

White with #D62C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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