Html Css Color HEX #D63560 Cerise

📋 copy color: '#D63560'

red 214 ◦ green 53 ◦ blue 96

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

Shades of Cerise #D63560

Tints of Cerise #D63560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 58.95%
G = 14.6%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63560 (or 0xD63560) is known color: Cerise. HEX triplet: D6, 35 and 60. RGB value is (214,53,96). Sum of RGB (Red+Green+Blue) = 214+53+96=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D63560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63560 is #29CA9F. Grayscale: #6A6A6A. Windows color (decimal): -2738848 or 6305238. OLE color: 6305238.

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

Color convert

RGB 214 53 96 -
CMYK 0 0.75 0.55 0.16
HSL 343.98º 0.66% 0.52% -
HSV(B) 343.98º 0.75% 0.84% -
XYZ 31.12 17.69 12.84 -
YUV 106.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 214 53 96 0 0.75 0.55 0.16 343.98 0.66 0.52
Hex D6 35 60 0 4B 37 10 158 42 34
Octal 326 65 140 0 113 67 20 530 102 64
Binary 11010110 110101 1100000 0 1001011 110111 10000 101011000 1000010 110100

Color Harmonies of #D63560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63560

Black with #D63560

Text Example


Text Example

White with #D63560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63560; }

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

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

background-color css

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

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

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

border-color css

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

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

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