Html Css Color HEX #D63A60 Cerise

📋 copy color: '#D63A60'

red 214 ◦ green 58 ◦ blue 96

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

Shades of Cerise #D63A60

Tints of Cerise #D63A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

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

R = 58.15%
G = 15.76%
B = 26.09%

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

#D63A60 (or 0xD63A60) is known color: Cerise. HEX triplet: D6, 3A and 60. RGB value is (214,58,96). Sum of RGB (Red+Green+Blue) = 214+58+96=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A60 is #29C59F. Grayscale: #6C6C6C. Windows color (decimal): -2737568 or 6306518. OLE color: 6306518.

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

Color convert

RGB 214 58 96 -
CMYK 0 0.73 0.55 0.16
HSL 345.38º 0.66% 0.53% -
HSV(B) 345.38º 0.73% 0.84% -
XYZ 31.36 18.17 12.92 -
YUV 108.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 214 58 96 0 0.73 0.55 0.16 345.38 0.66 0.53
Hex D6 3A 60 0 49 37 10 159 42 35
Octal 326 72 140 0 111 67 20 531 102 65
Binary 11010110 111010 1100000 0 1001001 110111 10000 101011001 1000010 110101

Color Harmonies of #D63A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A60

Black with #D63A60

Text Example


Text Example

White with #D63A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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