Html Css Color HEX #D63C66 Cerise

📋 copy color: '#D63C66'

red 214 ◦ green 60 ◦ blue 102

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

Shades of Cerise #D63C66

Tints of Cerise #D63C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 56.91%
G = 15.96%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D63C66 (or 0xD63C66) is known color: Cerise. HEX triplet: D6, 3C and 66. RGB value is (214,60,102). Sum of RGB (Red+Green+Blue) = 214+60+102=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C66 is #29C399. Grayscale: #6E6E6E. Windows color (decimal): -2737050 or 6700246. OLE color: 6700246.

HSL color Cylindrical-coordinate representation of color #D63C66: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C66 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 102 -
CMYK 0 0.72 0.52 0.16
HSL 343.64º 0.65% 0.54% -
HSV(B) 343.64º 0.72% 0.84% -
XYZ 31.75 18.49 14.47 -
YUV 110.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 214 60 102 0 0.72 0.52 0.16 343.64 0.65 0.54
Hex D6 3C 66 0 48 34 10 158 41 36
Octal 326 74 146 0 110 64 20 530 101 66
Binary 11010110 111100 1100110 0 1001000 110100 10000 101011000 1000001 110110

Color Harmonies of #D63C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C66

Black with #D63C66

Text Example


Text Example

White with #D63C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C66; }

 p { color: rgb(214,60,102); }

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

background-color css

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

 a { background-color: rgb(214,60,102); }

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

border-color css

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

 span { border-color: rgb(214,60,102); }

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