Html Css Color HEX #D63456 Cerise

📋 copy color: '#D63456'

red 214 ◦ green 52 ◦ blue 86

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

Shades of Cerise #D63456

Tints of Cerise #D63456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 60.8%
G = 14.77%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D63456 (or 0xD63456) is known color: Cerise. HEX triplet: D6, 34 and 56. RGB value is (214,52,86). Sum of RGB (Red+Green+Blue) = 214+52+86=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63456 is #29CBA9. Grayscale: #686868. Windows color (decimal): -2739114 or 5649622. OLE color: 5649622.

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

Color convert

RGB 214 52 86 -
CMYK 0 0.76 0.60 0.16
HSL 347.41º 0.66% 0.52% -
HSV(B) 347.41º 0.76% 0.84% -
XYZ 30.64 17.42 10.55 -
YUV 104.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 214 52 86 0 0.76 0.60 0.16 347.41 0.66 0.52
Hex D6 34 56 0 4C 3C 10 15B 42 34
Octal 326 64 126 0 114 74 20 533 102 64
Binary 11010110 110100 1010110 0 1001100 111100 10000 101011011 1000010 110100

Color Harmonies of #D63456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63456

Black with #D63456

Text Example


Text Example

White with #D63456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63456; }

 p { color: rgb(214,52,86); }

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

background-color css

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

 a { background-color: rgb(214,52,86); }

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

border-color css

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

 span { border-color: rgb(214,52,86); }

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