Html Css Color HEX #D9279A Deep Cerise

📋 copy color: '#D9279A'

red 217 ◦ green 39 ◦ blue 154

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

Shades of Deep Cerise #D9279A

Tints of Deep Cerise #D9279A

RGB

 RED value IS 217 (85.16% from 255) = 52.93%

 GREEN value IS 39 (15.63% from 255) = 9.51%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 52.93%
G = 9.51%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9279A (or 0xD9279A) is known color: Deep Cerise. HEX triplet: D9, 27 and 9A. RGB value is (217,39,154). Sum of RGB (Red+Green+Blue) = 217+39+154=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9279A is #26D865. Grayscale: #696969. Windows color (decimal): -2545766 or 10102745. OLE color: 10102745.

HSL color Cylindrical-coordinate representation of color #D9279A: hue angle of 321.24º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9279A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 154 -
CMYK 0 0.82 0.29 0.15
HSL 321.24º 0.7% 0.5% -
HSV(B) 321.24º 0.82% 0.85% -
XYZ 35.17 18.54 32.3 -
YUV 105.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 217 39 154 0 0.82 0.29 0.15 321.24 0.7 0.5
Hex D9 27 9A 0 52 1D F 141 46 32
Octal 331 47 232 0 122 35 17 501 106 62
Binary 11011001 100111 10011010 0 1010010 11101 1111 101000001 1000110 110010

Color Harmonies of #D9279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9279A

Black with #D9279A

Text Example


Text Example

White with #D9279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9279A; }

 p { color: rgb(217,39,154); }

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

background-color css

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

 a { background-color: rgb(217,39,154); }

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

border-color css

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

 span { border-color: rgb(217,39,154); }

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