Html Css Color HEX #D93472 Cerise

📋 copy color: '#D93472'

red 217 ◦ green 52 ◦ blue 114

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

Shades of Cerise #D93472

Tints of Cerise #D93472

RGB

 RED value IS 217 (85.16% from 255) = 56.66%

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

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

R = 56.66%
G = 13.58%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D93472 (or 0xD93472) is known color: Cerise. HEX triplet: D9, 34 and 72. RGB value is (217,52,114). Sum of RGB (Red+Green+Blue) = 217+52+114=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D93472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93472 is #26CB8D. Grayscale: #6C6C6C. Windows color (decimal): -2542478 or 7484633. OLE color: 7484633.

HSL color Cylindrical-coordinate representation of color #D93472: hue angle of 337.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93472 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 114 -
CMYK 0 0.76 0.47 0.15
HSL 337.45º 0.68% 0.53% -
HSV(B) 337.45º 0.76% 0.85% -
XYZ 32.88 18.42 17.74 -
YUV 108.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 217 52 114 0 0.76 0.47 0.15 337.45 0.68 0.53
Hex D9 34 72 0 4C 2F F 151 44 35
Octal 331 64 162 0 114 57 17 521 104 65
Binary 11011001 110100 1110010 0 1001100 101111 1111 101010001 1000100 110101

Color Harmonies of #D93472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93472

Black with #D93472

Text Example


Text Example

White with #D93472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93472; }

 p { color: rgb(217,52,114); }

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

background-color css

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

 a { background-color: rgb(217,52,114); }

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

border-color css

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

 span { border-color: rgb(217,52,114); }

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