Html Css Color HEX #D1298C Deep Cerise

📋 copy color: '#D1298C'

red 209 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #D1298C

Tints of Deep Cerise #D1298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 53.59%
G = 10.51%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1298C (or 0xD1298C) is known color: Deep Cerise. HEX triplet: D1, 29 and 8C. RGB value is (209,41,140). Sum of RGB (Red+Green+Blue) = 209+41+140=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1298C is #2ED673. Grayscale: #666666. Windows color (decimal): -3069556 or 9185745. OLE color: 9185745.

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

Color convert

RGB 209 41 140 -
CMYK 0 0.80 0.33 0.18
HSL 324.64º 0.67% 0.49% -
HSV(B) 324.64º 0.8% 0.82% -
XYZ 31.82 17.03 26.42 -
YUV 102.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 209 41 140 0 0.80 0.33 0.18 324.64 0.67 0.49
Hex D1 29 8C 0 50 21 12 145 43 31
Octal 321 51 214 0 120 41 22 505 103 61
Binary 11010001 101001 10001100 0 1010000 100001 10010 101000101 1000011 110001

Color Harmonies of #D1298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1298C

Black with #D1298C

Text Example


Text Example

White with #D1298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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