Html Css Color HEX #D93273 Cerise

📋 copy color: '#D93273'

red 217 ◦ green 50 ◦ blue 115

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

Shades of Cerise #D93273

Tints of Cerise #D93273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

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

R = 56.81%
G = 13.09%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D93273 (or 0xD93273) is known color: Cerise. HEX triplet: D9, 32 and 73. RGB value is (217,50,115). Sum of RGB (Red+Green+Blue) = 217+50+115=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D93273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93273 is #26CD8C. Grayscale: #6B6B6B. Windows color (decimal): -2542989 or 7549657. OLE color: 7549657.

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

Color convert

RGB 217 50 115 -
CMYK 0 0.77 0.47 0.15
HSL 336.65º 0.69% 0.52% -
HSV(B) 336.65º 0.77% 0.85% -
XYZ 32.85 18.27 18.01 -
YUV 107.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 217 50 115 0 0.77 0.47 0.15 336.65 0.69 0.52
Hex D9 32 73 0 4D 2F F 151 45 34
Octal 331 62 163 0 115 57 17 521 105 64
Binary 11011001 110010 1110011 0 1001101 101111 1111 101010001 1000101 110100

Color Harmonies of #D93273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93273

Black with #D93273

Text Example


Text Example

White with #D93273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93273; }

 p { color: rgb(217,50,115); }

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

background-color css

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

 a { background-color: rgb(217,50,115); }

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

border-color css

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

 span { border-color: rgb(217,50,115); }

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