Html Css Color HEX #D63060 Cerise

📋 copy color: '#D63060'

red 214 ◦ green 48 ◦ blue 96

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

Shades of Cerise #D63060

Tints of Cerise #D63060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 59.78%
G = 13.41%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63060 (or 0xD63060) is known color: Cerise. HEX triplet: D6, 30 and 60. RGB value is (214,48,96). Sum of RGB (Red+Green+Blue) = 214+48+96=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D63060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63060 is #29CF9F. Grayscale: #676767. Windows color (decimal): -2740128 or 6303958. OLE color: 6303958.

HSL color Cylindrical-coordinate representation of color #D63060: hue angle of 342.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63060 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 96 -
CMYK 0 0.78 0.55 0.16
HSL 342.65º 0.67% 0.51% -
HSV(B) 342.65º 0.78% 0.84% -
XYZ 30.9 17.25 12.77 -
YUV 103.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 214 48 96 0 0.78 0.55 0.16 342.65 0.67 0.51
Hex D6 30 60 0 4E 37 10 157 43 33
Octal 326 60 140 0 116 67 20 527 103 63
Binary 11010110 110000 1100000 0 1001110 110111 10000 101010111 1000011 110011

Color Harmonies of #D63060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63060

Black with #D63060

Text Example


Text Example

White with #D63060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63060; }

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

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

background-color css

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

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

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

border-color css

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

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

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