Html Css Color HEX #D63960 Cerise

📋 copy color: '#D63960'

red 214 ◦ green 57 ◦ blue 96

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

Shades of Cerise #D63960

Tints of Cerise #D63960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 58.31%
G = 15.53%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63960 (or 0xD63960) is known color: Cerise. HEX triplet: D6, 39 and 60. RGB value is (214,57,96). Sum of RGB (Red+Green+Blue) = 214+57+96=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D63960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63960 is #29C69F. Grayscale: #6C6C6C. Windows color (decimal): -2737824 or 6306262. OLE color: 6306262.

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

Color convert

RGB 214 57 96 -
CMYK 0 0.73 0.55 0.16
HSL 345.1º 0.66% 0.53% -
HSV(B) 345.1º 0.73% 0.84% -
XYZ 31.31 18.07 12.9 -
YUV 108.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 214 57 96 0 0.73 0.55 0.16 345.1 0.66 0.53
Hex D6 39 60 0 49 37 10 159 42 35
Octal 326 71 140 0 111 67 20 531 102 65
Binary 11010110 111001 1100000 0 1001001 110111 10000 101011001 1000010 110101

Color Harmonies of #D63960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63960

Black with #D63960

Text Example


Text Example

White with #D63960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63960; }

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

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

background-color css

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

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

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

border-color css

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

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

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