Html Css Color HEX #D9308D Deep Cerise

📋 copy color: '#D9308D'

red 217 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #D9308D

Tints of Deep Cerise #D9308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 53.45%
G = 11.82%
B = 34.73%

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

#D9308D (or 0xD9308D) is known color: Deep Cerise. HEX triplet: D9, 30 and 8D. RGB value is (217,48,141). Sum of RGB (Red+Green+Blue) = 217+48+141=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9308D is #26CF72. Grayscale: #6C6C6C. Windows color (decimal): -2543475 or 9253081. OLE color: 9253081.

HSL color Cylindrical-coordinate representation of color #D9308D: hue angle of 326.98º 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 #D9308D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 141 -
CMYK 0 0.78 0.35 0.15
HSL 326.98º 0.69% 0.52% -
HSV(B) 326.98º 0.78% 0.85% -
XYZ 34.48 18.79 27.01 -
YUV 109.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 217 48 141 0 0.78 0.35 0.15 326.98 0.69 0.52
Hex D9 30 8D 0 4E 23 F 147 45 34
Octal 331 60 215 0 116 43 17 507 105 64
Binary 11011001 110000 10001101 0 1001110 100011 1111 101000111 1000101 110100

Color Harmonies of #D9308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9308D

Black with #D9308D

Text Example


Text Example

White with #D9308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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