Html Css Color HEX #D52695 Deep Cerise

📋 copy color: '#D52695'

red 213 ◦ green 38 ◦ blue 149

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

Shades of Deep Cerise #D52695

Tints of Deep Cerise #D52695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 53.25%
G = 9.5%
B = 37.25%

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

#D52695 (or 0xD52695) is known color: Deep Cerise. HEX triplet: D5, 26 and 95. RGB value is (213,38,149). Sum of RGB (Red+Green+Blue) = 213+38+149=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52695 is #2AD96A. Grayscale: #666666. Windows color (decimal): -2808171 or 9774805. OLE color: 9774805.

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

Color convert

RGB 213 38 149 -
CMYK 0 0.82 0.30 0.16
HSL 321.94º 0.7% 0.49% -
HSV(B) 321.94º 0.82% 0.84% -
XYZ 33.56 17.7 30.08 -
YUV 102.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 213 38 149 0 0.82 0.30 0.16 321.94 0.7 0.49
Hex D5 26 95 0 52 1E 10 142 46 31
Octal 325 46 225 0 122 36 20 502 106 61
Binary 11010101 100110 10010101 0 1010010 11110 10000 101000010 1000110 110001

Color Harmonies of #D52695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52695

Black with #D52695

Text Example


Text Example

White with #D52695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52695; }

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

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

background-color css

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

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

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

border-color css

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

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

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