Html Css Color HEX #D52694 Deep Cerise

📋 copy color: '#D52694'

red 213 ◦ green 38 ◦ blue 148

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

Shades of Deep Cerise #D52694

Tints of Deep Cerise #D52694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.09%

R = 53.38%
G = 9.52%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52694 (or 0xD52694) is known color: Deep Cerise. HEX triplet: D5, 26 and 94. RGB value is (213,38,148). Sum of RGB (Red+Green+Blue) = 213+38+148=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D52694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52694 is #2AD96B. Grayscale: #666666. Windows color (decimal): -2808172 or 9709269. OLE color: 9709269.

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

Color convert

RGB 213 38 148 -
CMYK 0 0.82 0.31 0.16
HSL 322.29º 0.7% 0.49% -
HSV(B) 322.29º 0.82% 0.84% -
XYZ 33.48 17.67 29.66 -
YUV 102.87 153.48 206.56 -
System Red Green Blue C M Y K H S L
Decimal 213 38 148 0 0.82 0.31 0.16 322.29 0.7 0.49
Hex D5 26 94 0 52 1F 10 142 46 31
Octal 325 46 224 0 122 37 20 502 106 61
Binary 11010101 100110 10010100 0 1010010 11111 10000 101000010 1000110 110001

Color Harmonies of #D52694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52694

Black with #D52694

Text Example


Text Example

White with #D52694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52694; }

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

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

background-color css

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

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

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

border-color css

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

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

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