Html Css Color HEX #D53574 Cerise

📋 copy color: '#D53574'

red 213 ◦ green 53 ◦ blue 116

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

Shades of Cerise #D53574

Tints of Cerise #D53574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 55.76%
G = 13.87%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53574 (or 0xD53574) is known color: Cerise. HEX triplet: D5, 35 and 74. RGB value is (213,53,116). Sum of RGB (Red+Green+Blue) = 213+53+116=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D53574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53574 is #2ACA8B. Grayscale: #6B6B6B. Windows color (decimal): -2804364 or 7615957. OLE color: 7615957.

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

Color convert

RGB 213 53 116 -
CMYK 0 0.75 0.46 0.16
HSL 336.38º 0.66% 0.52% -
HSV(B) 336.38º 0.75% 0.84% -
XYZ 31.87 17.95 18.31 -
YUV 108.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 213 53 116 0 0.75 0.46 0.16 336.38 0.66 0.52
Hex D5 35 74 0 4B 2E 10 150 42 34
Octal 325 65 164 0 113 56 20 520 102 64
Binary 11010101 110101 1110100 0 1001011 101110 10000 101010000 1000010 110100

Color Harmonies of #D53574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53574

Black with #D53574

Text Example


Text Example

White with #D53574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53574; }

 p { color: rgb(213,53,116); }

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

background-color css

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

 a { background-color: rgb(213,53,116); }

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

border-color css

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

 span { border-color: rgb(213,53,116); }

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