Html Css Color HEX #D62664 Cerise

📋 copy color: '#D62664'

red 214 ◦ green 38 ◦ blue 100

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

Shades of Cerise #D62664

Tints of Cerise #D62664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

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

R = 60.8%
G = 10.8%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D62664 (or 0xD62664) is known color: Cerise. HEX triplet: D6, 26 and 64. RGB value is (214,38,100). Sum of RGB (Red+Green+Blue) = 214+38+100=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D62664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62664 is #29D99B. Grayscale: #616161. Windows color (decimal): -2742684 or 6563542. OLE color: 6563542.

HSL color Cylindrical-coordinate representation of color #D62664: hue angle of 338.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62664 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 100 -
CMYK 0 0.82 0.53 0.16
HSL 338.86º 0.7% 0.49% -
HSV(B) 338.86º 0.82% 0.84% -
XYZ 30.72 16.6 13.64 -
YUV 97.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 214 38 100 0 0.82 0.53 0.16 338.86 0.7 0.49
Hex D6 26 64 0 52 35 10 153 46 31
Octal 326 46 144 0 122 65 20 523 106 61
Binary 11010110 100110 1100100 0 1010010 110101 10000 101010011 1000110 110001

Color Harmonies of #D62664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62664

Black with #D62664

Text Example


Text Example

White with #D62664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62664; }

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

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

background-color css

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

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

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

border-color css

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

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

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