Html Css Color HEX #D53273 Cerise

📋 copy color: '#D53273'

red 213 ◦ green 50 ◦ blue 115

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

Shades of Cerise #D53273

Tints of Cerise #D53273

RGB

 RED value IS 213 (83.59% from 255) = 56.35%

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

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

R = 56.35%
G = 13.23%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53273 (or 0xD53273) is known color: Cerise. HEX triplet: D5, 32 and 73. RGB value is (213,50,115). Sum of RGB (Red+Green+Blue) = 213+50+115=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D53273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53273 is #2ACD8C. Grayscale: #6A6A6A. Windows color (decimal): -2805133 or 7549653. OLE color: 7549653.

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

Color convert

RGB 213 50 115 -
CMYK 0 0.77 0.46 0.16
HSL 336.07º 0.66% 0.52% -
HSV(B) 336.07º 0.77% 0.84% -
XYZ 31.68 17.67 17.96 -
YUV 106.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 213 50 115 0 0.77 0.46 0.16 336.07 0.66 0.52
Hex D5 32 73 0 4D 2E 10 150 42 34
Octal 325 62 163 0 115 56 20 520 102 64
Binary 11010101 110010 1110011 0 1001101 101110 10000 101010000 1000010 110100

Color Harmonies of #D53273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53273

Black with #D53273

Text Example


Text Example

White with #D53273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53273; }

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

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

background-color css

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

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

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

border-color css

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

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

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