Html Css Color HEX #D9308C Deep Cerise

📋 copy color: '#D9308C'

red 217 ◦ green 48 ◦ blue 140

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

Shades of Deep Cerise #D9308C

Tints of Deep Cerise #D9308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.85%

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

R = 53.58%
G = 11.85%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9308C (or 0xD9308C) is known color: Deep Cerise. HEX triplet: D9, 30 and 8C. RGB value is (217,48,140). Sum of RGB (Red+Green+Blue) = 217+48+140=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9308C is #26CF73. Grayscale: #6C6C6C. Windows color (decimal): -2543476 or 9187545. OLE color: 9187545.

HSL color Cylindrical-coordinate representation of color #D9308C: hue angle of 327.34º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9308C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 140 -
CMYK 0 0.78 0.35 0.15
HSL 327.34º 0.69% 0.52% -
HSV(B) 327.34º 0.78% 0.85% -
XYZ 34.41 18.76 26.62 -
YUV 109.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 217 48 140 0 0.78 0.35 0.15 327.34 0.69 0.52
Hex D9 30 8C 0 4E 23 F 147 45 34
Octal 331 60 214 0 116 43 17 507 105 64
Binary 11011001 110000 10001100 0 1001110 100011 1111 101000111 1000101 110100

Color Harmonies of #D9308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9308C

Black with #D9308C

Text Example


Text Example

White with #D9308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9308C; }

 p { color: rgb(217,48,140); }

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

background-color css

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

 a { background-color: rgb(217,48,140); }

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

border-color css

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

 span { border-color: rgb(217,48,140); }

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