Html Css Color HEX #D52696 Deep Cerise

📋 copy color: '#D52696'

red 213 ◦ green 38 ◦ blue 150

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

Shades of Deep Cerise #D52696

Tints of Deep Cerise #D52696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 53.12%
G = 9.48%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D52696 (or 0xD52696) is known color: Deep Cerise. HEX triplet: D5, 26 and 96. RGB value is (213,38,150). Sum of RGB (Red+Green+Blue) = 213+38+150=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52696 is #2AD969. Grayscale: #666666. Windows color (decimal): -2808170 or 9840341. OLE color: 9840341.

HSL color Cylindrical-coordinate representation of color #D52696: hue angle of 321.6º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52696 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 150 -
CMYK 0 0.82 0.30 0.16
HSL 321.6º 0.7% 0.49% -
HSV(B) 321.6º 0.82% 0.84% -
XYZ 33.64 17.73 30.5 -
YUV 103.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 213 38 150 0 0.82 0.30 0.16 321.6 0.7 0.49
Hex D5 26 96 0 52 1E 10 142 46 31
Octal 325 46 226 0 122 36 20 502 106 61
Binary 11010101 100110 10010110 0 1010010 11110 10000 101000010 1000110 110001

Color Harmonies of #D52696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52696

Black with #D52696

Text Example


Text Example

White with #D52696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52696; }

 p { color: rgb(213,38,150); }

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

background-color css

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

 a { background-color: rgb(213,38,150); }

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

border-color css

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

 span { border-color: rgb(213,38,150); }

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