Html Css Color HEX #D63966 Cerise

📋 copy color: '#D63966'

red 214 ◦ green 57 ◦ blue 102

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

Shades of Cerise #D63966

Tints of Cerise #D63966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.28%

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

R = 57.37%
G = 15.28%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D63966 (or 0xD63966) is known color: Cerise. HEX triplet: D6, 39 and 66. RGB value is (214,57,102). Sum of RGB (Red+Green+Blue) = 214+57+102=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D63966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63966 is #29C699. Grayscale: #6D6D6D. Windows color (decimal): -2737818 or 6699478. OLE color: 6699478.

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

Color convert

RGB 214 57 102 -
CMYK 0 0.73 0.52 0.16
HSL 342.8º 0.66% 0.53% -
HSV(B) 342.8º 0.73% 0.84% -
XYZ 31.59 18.18 14.41 -
YUV 109.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 214 57 102 0 0.73 0.52 0.16 342.8 0.66 0.53
Hex D6 39 66 0 49 34 10 157 42 35
Octal 326 71 146 0 111 64 20 527 102 65
Binary 11010110 111001 1100110 0 1001001 110100 10000 101010111 1000010 110101

Color Harmonies of #D63966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63966

Black with #D63966

Text Example


Text Example

White with #D63966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63966; }

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

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

background-color css

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

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

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

border-color css

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

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

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