Html Css Color HEX #D5299F Deep Cerise

📋 copy color: '#D5299F'

red 213 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #D5299F

Tints of Deep Cerise #D5299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 51.57%
G = 9.93%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5299F (or 0xD5299F) is known color: Deep Cerise. HEX triplet: D5, 29 and 9F. RGB value is (213,41,159). Sum of RGB (Red+Green+Blue) = 213+41+159=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5299F is #2AD660. Grayscale: #696969. Windows color (decimal): -2807393 or 10430933. OLE color: 10430933.

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

Color convert

RGB 213 41 159 -
CMYK 0 0.81 0.25 0.16
HSL 318.84º 0.68% 0.5% -
HSV(B) 318.84º 0.81% 0.84% -
XYZ 34.49 18.24 34.5 -
YUV 105.88 157.98 204.41 -
System Red Green Blue C M Y K H S L
Decimal 213 41 159 0 0.81 0.25 0.16 318.84 0.68 0.5
Hex D5 29 9F 0 51 19 10 13F 44 32
Octal 325 51 237 0 121 31 20 477 104 62
Binary 11010101 101001 10011111 0 1010001 11001 10000 100111111 1000100 110010

Color Harmonies of #D5299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5299F

Black with #D5299F

Text Example


Text Example

White with #D5299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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