Html Css Color HEX #D1298B Deep Cerise

📋 copy color: '#D1298B'

red 209 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #D1298B

Tints of Deep Cerise #D1298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 53.73%
G = 10.54%
B = 35.73%

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

#D1298B (or 0xD1298B) is known color: Deep Cerise. HEX triplet: D1, 29 and 8B. RGB value is (209,41,139). Sum of RGB (Red+Green+Blue) = 209+41+139=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1298B is #2ED674. Grayscale: #666666. Windows color (decimal): -3069557 or 9120209. OLE color: 9120209.

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

Color convert

RGB 209 41 139 -
CMYK 0 0.80 0.33 0.18
HSL 325º 0.67% 0.49% -
HSV(B) 325º 0.8% 0.82% -
XYZ 31.75 17.01 26.04 -
YUV 102.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 209 41 139 0 0.80 0.33 0.18 325 0.67 0.49
Hex D1 29 8B 0 50 21 12 145 43 31
Octal 321 51 213 0 120 41 22 505 103 61
Binary 11010001 101001 10001011 0 1010000 100001 10010 101000101 1000011 110001

Color Harmonies of #D1298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1298B

Black with #D1298B

Text Example


Text Example

White with #D1298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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