Html Css Color HEX #D62F64 Cerise

📋 copy color: '#D62F64'

red 214 ◦ green 47 ◦ blue 100

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

Shades of Cerise #D62F64

Tints of Cerise #D62F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 59.28%
G = 13.02%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D62F64 (or 0xD62F64) is known color: Cerise. HEX triplet: D6, 2F and 64. RGB value is (214,47,100). Sum of RGB (Red+Green+Blue) = 214+47+100=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F64 is #29D09B. Grayscale: #666666. Windows color (decimal): -2740380 or 6565846. OLE color: 6565846.

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

Color convert

RGB 214 47 100 -
CMYK 0 0.78 0.53 0.16
HSL 340.96º 0.67% 0.51% -
HSV(B) 340.96º 0.78% 0.84% -
XYZ 31.05 17.25 13.75 -
YUV 102.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 214 47 100 0 0.78 0.53 0.16 340.96 0.67 0.51
Hex D6 2F 64 0 4E 35 10 155 43 33
Octal 326 57 144 0 116 65 20 525 103 63
Binary 11010110 101111 1100100 0 1001110 110101 10000 101010101 1000011 110011

Color Harmonies of #D62F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F64

Black with #D62F64

Text Example


Text Example

White with #D62F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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