Html Css Color HEX #D1298F Deep Cerise

📋 copy color: '#D1298F'

red 209 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #D1298F

Tints of Deep Cerise #D1298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 53.18%
G = 10.43%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1298F (or 0xD1298F) is known color: Deep Cerise. HEX triplet: D1, 29 and 8F. RGB value is (209,41,143). Sum of RGB (Red+Green+Blue) = 209+41+143=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1298F is #2ED670. Grayscale: #666666. Windows color (decimal): -3069553 or 9382353. OLE color: 9382353.

HSL color Cylindrical-coordinate representation of color #D1298F: hue angle of 323.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 #D1298F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 143 -
CMYK 0 0.80 0.32 0.18
HSL 323.57º 0.67% 0.49% -
HSV(B) 323.57º 0.8% 0.82% -
XYZ 32.05 17.12 27.6 -
YUV 102.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 209 41 143 0 0.80 0.32 0.18 323.57 0.67 0.49
Hex D1 29 8F 0 50 20 12 144 43 31
Octal 321 51 217 0 120 40 22 504 103 61
Binary 11010001 101001 10001111 0 1010000 100000 10010 101000100 1000011 110001

Color Harmonies of #D1298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1298F

Black with #D1298F

Text Example


Text Example

White with #D1298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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