Html Css Color HEX #D62C5D Cerise

📋 copy color: '#D62C5D'

red 214 ◦ green 44 ◦ blue 93

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

Shades of Cerise #D62C5D

Tints of Cerise #D62C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 60.97%
G = 12.54%
B = 26.5%

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

#D62C5D (or 0xD62C5D) is known color: Cerise. HEX triplet: D6, 2C and 5D. RGB value is (214,44,93). Sum of RGB (Red+Green+Blue) = 214+44+93=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C5D is #29D3A2. Grayscale: #646464. Windows color (decimal): -2741155 or 6106326. OLE color: 6106326.

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

Color convert

RGB 214 44 93 -
CMYK 0 0.79 0.57 0.16
HSL 342.71º 0.67% 0.51% -
HSV(B) 342.71º 0.79% 0.84% -
XYZ 30.61 16.89 12 -
YUV 100.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 214 44 93 0 0.79 0.57 0.16 342.71 0.67 0.51
Hex D6 2C 5D 0 4F 39 10 157 43 33
Octal 326 54 135 0 117 71 20 527 103 63
Binary 11010110 101100 1011101 0 1001111 111001 10000 101010111 1000011 110011

Color Harmonies of #D62C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C5D

Black with #D62C5D

Text Example


Text Example

White with #D62C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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