Html Css Color HEX #D63572 Cerise

📋 copy color: '#D63572'

red 214 ◦ green 53 ◦ blue 114

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

Shades of Cerise #D63572

Tints of Cerise #D63572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 56.17%
G = 13.91%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D63572 (or 0xD63572) is known color: Cerise. HEX triplet: D6, 35 and 72. RGB value is (214,53,114). Sum of RGB (Red+Green+Blue) = 214+53+114=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D63572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63572 is #29CA8D. Grayscale: #6C6C6C. Windows color (decimal): -2738830 or 7484886. OLE color: 7484886.

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

Color convert

RGB 214 53 114 -
CMYK 0 0.75 0.47 0.16
HSL 337.27º 0.66% 0.52% -
HSV(B) 337.27º 0.75% 0.84% -
XYZ 32.04 18.06 17.72 -
YUV 108.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 214 53 114 0 0.75 0.47 0.16 337.27 0.66 0.52
Hex D6 35 72 0 4B 2F 10 151 42 34
Octal 326 65 162 0 113 57 20 521 102 64
Binary 11010110 110101 1110010 0 1001011 101111 10000 101010001 1000010 110100

Color Harmonies of #D63572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63572

Black with #D63572

Text Example


Text Example

White with #D63572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63572; }

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

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

background-color css

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

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

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

border-color css

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

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

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