Html Css Color HEX #D536A2 Deep Cerise

📋 copy color: '#D536A2'

red 213 ◦ green 54 ◦ blue 162

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

Shades of Deep Cerise #D536A2

Tints of Deep Cerise #D536A2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 49.65%
G = 12.59%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D536A2 (or 0xD536A2) is known color: Deep Cerise. HEX triplet: D5, 36 and A2. RGB value is (213,54,162). Sum of RGB (Red+Green+Blue) = 213+54+162=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D536A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D536A2 is #2AC95D. Grayscale: #717171. Windows color (decimal): -2804062 or 10630869. OLE color: 10630869.

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

Color convert

RGB 213 54 162 -
CMYK 0 0.75 0.24 0.16
HSL 319.25º 0.65% 0.52% -
HSV(B) 319.25º 0.75% 0.84% -
XYZ 35.28 19.39 36.07 -
YUV 113.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 213 54 162 0 0.75 0.24 0.16 319.25 0.65 0.52
Hex D5 36 A2 0 4B 18 10 13F 41 34
Octal 325 66 242 0 113 30 20 477 101 64
Binary 11010101 110110 10100010 0 1001011 11000 10000 100111111 1000001 110100

Color Harmonies of #D536A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536A2

Black with #D536A2

Text Example


Text Example

White with #D536A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536A2; }

 p { color: rgb(213,54,162); }

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

background-color css

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

 a { background-color: rgb(213,54,162); }

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

border-color css

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

 span { border-color: rgb(213,54,162); }

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