Html Css Color HEX #D63473 Cerise

📋 copy color: '#D63473'

red 214 ◦ green 52 ◦ blue 115

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

Shades of Cerise #D63473

Tints of Cerise #D63473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 56.17%
G = 13.65%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D63473 (or 0xD63473) is known color: Cerise. HEX triplet: D6, 34 and 73. RGB value is (214,52,115). Sum of RGB (Red+Green+Blue) = 214+52+115=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D63473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63473 is #29CB8C. Grayscale: #6B6B6B. Windows color (decimal): -2739085 or 7550166. OLE color: 7550166.

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

Color convert

RGB 214 52 115 -
CMYK 0 0.76 0.46 0.16
HSL 336.67º 0.66% 0.52% -
HSV(B) 336.67º 0.76% 0.84% -
XYZ 32.05 17.99 18 -
YUV 107.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 214 52 115 0 0.76 0.46 0.16 336.67 0.66 0.52
Hex D6 34 73 0 4C 2E 10 151 42 34
Octal 326 64 163 0 114 56 20 521 102 64
Binary 11010110 110100 1110011 0 1001100 101110 10000 101010001 1000010 110100

Color Harmonies of #D63473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63473

Black with #D63473

Text Example


Text Example

White with #D63473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63473; }

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

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

background-color css

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

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

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

border-color css

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

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

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