Html Css Color HEX #D5299D Deep Cerise

📋 copy color: '#D5299D'

red 213 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #D5299D

Tints of Deep Cerise #D5299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 51.82%
G = 9.98%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5299D (or 0xD5299D) is known color: Deep Cerise. HEX triplet: D5, 29 and 9D. RGB value is (213,41,157). Sum of RGB (Red+Green+Blue) = 213+41+157=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5299D is #2AD662. Grayscale: #696969. Windows color (decimal): -2807395 or 10299861. OLE color: 10299861.

HSL color Cylindrical-coordinate representation of color #D5299D: hue angle of 319.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5299D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 157 -
CMYK 0 0.81 0.26 0.16
HSL 319.53º 0.68% 0.5% -
HSV(B) 319.53º 0.81% 0.84% -
XYZ 34.32 18.17 33.6 -
YUV 105.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 213 41 157 0 0.81 0.26 0.16 319.53 0.68 0.5
Hex D5 29 9D 0 51 1A 10 140 44 32
Octal 325 51 235 0 121 32 20 500 104 62
Binary 11010101 101001 10011101 0 1010001 11010 10000 101000000 1000100 110010

Color Harmonies of #D5299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5299D

Black with #D5299D

Text Example


Text Example

White with #D5299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5299D; }

 p { color: rgb(213,41,157); }

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

background-color css

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

 a { background-color: rgb(213,41,157); }

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

border-color css

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

 span { border-color: rgb(213,41,157); }

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