Html Css Color HEX #D62F5F Cerise

📋 copy color: '#D62F5F'

red 214 ◦ green 47 ◦ blue 95

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

Shades of Cerise #D62F5F

Tints of Cerise #D62F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 60.11%
G = 13.2%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D62F5F (or 0xD62F5F) is known color: Cerise. HEX triplet: D6, 2F and 5F. RGB value is (214,47,95). Sum of RGB (Red+Green+Blue) = 214+47+95=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F5F is #29D0A0. Grayscale: #666666. Windows color (decimal): -2740385 or 6238166. OLE color: 6238166.

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

Color convert

RGB 214 47 95 -
CMYK 0 0.78 0.56 0.16
HSL 342.75º 0.67% 0.51% -
HSV(B) 342.75º 0.78% 0.84% -
XYZ 30.81 17.16 12.51 -
YUV 102.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 214 47 95 0 0.78 0.56 0.16 342.75 0.67 0.51
Hex D6 2F 5F 0 4E 38 10 157 43 33
Octal 326 57 137 0 116 70 20 527 103 63
Binary 11010110 101111 1011111 0 1001110 111000 10000 101010111 1000011 110011

Color Harmonies of #D62F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F5F

Black with #D62F5F

Text Example


Text Example

White with #D62F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F5F; }

 p { color: rgb(214,47,95); }

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

background-color css

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

 a { background-color: rgb(214,47,95); }

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

border-color css

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

 span { border-color: rgb(214,47,95); }

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