Html Css Color HEX #D9308E Deep Cerise

📋 copy color: '#D9308E'

red 217 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #D9308E

Tints of Deep Cerise #D9308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 53.32%
G = 11.79%
B = 34.89%

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

#D9308E (or 0xD9308E) is known color: Deep Cerise. HEX triplet: D9, 30 and 8E. RGB value is (217,48,142). Sum of RGB (Red+Green+Blue) = 217+48+142=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9308E is #26CF71. Grayscale: #6D6D6D. Windows color (decimal): -2543474 or 9318617. OLE color: 9318617.

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

Color convert

RGB 217 48 142 -
CMYK 0 0.78 0.35 0.15
HSL 326.63º 0.69% 0.52% -
HSV(B) 326.63º 0.78% 0.85% -
XYZ 34.55 18.82 27.4 -
YUV 109.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 217 48 142 0 0.78 0.35 0.15 326.63 0.69 0.52
Hex D9 30 8E 0 4E 23 F 147 45 34
Octal 331 60 216 0 116 43 17 507 105 64
Binary 11011001 110000 10001110 0 1001110 100011 1111 101000111 1000101 110100

Color Harmonies of #D9308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9308E

Black with #D9308E

Text Example


Text Example

White with #D9308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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