Html Css Color HEX #D1299D Deep Cerise

📋 copy color: '#D1299D'

red 209 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #D1299D

Tints of Deep Cerise #D1299D

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

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

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

R = 51.35%
G = 10.07%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1299D (or 0xD1299D) is known color: Deep Cerise. HEX triplet: D1, 29 and 9D. RGB value is (209,41,157). Sum of RGB (Red+Green+Blue) = 209+41+157=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1299D is #2ED662. Grayscale: #686868. Windows color (decimal): -3069539 or 10299857. OLE color: 10299857.

HSL color Cylindrical-coordinate representation of color #D1299D: hue angle of 318.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1299D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 157 -
CMYK 0 0.80 0.25 0.18
HSL 318.57º 0.67% 0.49% -
HSV(B) 318.57º 0.8% 0.82% -
XYZ 33.17 17.58 33.54 -
YUV 104.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 209 41 157 0 0.80 0.25 0.18 318.57 0.67 0.49
Hex D1 29 9D 0 50 19 12 13F 43 31
Octal 321 51 235 0 120 31 22 477 103 61
Binary 11010001 101001 10011101 0 1010000 11001 10010 100111111 1000011 110001

Color Harmonies of #D1299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1299D

Black with #D1299D

Text Example


Text Example

White with #D1299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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