Html Css Color HEX #D53274 Deep Cerise

📋 copy color: '#D53274'

red 213 ◦ green 50 ◦ blue 116

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

Shades of Deep Cerise #D53274

Tints of Deep Cerise #D53274

RGB

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

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

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

R = 56.2%
G = 13.19%
B = 30.61%

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

#D53274 (or 0xD53274) is known color: Deep Cerise. HEX triplet: D5, 32 and 74. RGB value is (213,50,116). Sum of RGB (Red+Green+Blue) = 213+50+116=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D53274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53274 is #2ACD8B. Grayscale: #6A6A6A. Windows color (decimal): -2805132 or 7615189. OLE color: 7615189.

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

Color convert

RGB 213 50 116 -
CMYK 0 0.77 0.46 0.16
HSL 335.71º 0.66% 0.52% -
HSV(B) 335.71º 0.77% 0.84% -
XYZ 31.73 17.69 18.26 -
YUV 106.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 213 50 116 0 0.77 0.46 0.16 335.71 0.66 0.52
Hex D5 32 74 0 4D 2E 10 150 42 34
Octal 325 62 164 0 115 56 20 520 102 64
Binary 11010101 110010 1110100 0 1001101 101110 10000 101010000 1000010 110100

Color Harmonies of #D53274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53274

Black with #D53274

Text Example


Text Example

White with #D53274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53274; }

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

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

background-color css

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

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

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

border-color css

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

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

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