Html Css Color HEX #D9307C Deep Cerise

📋 copy color: '#D9307C'

red 217 ◦ green 48 ◦ blue 124

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

Shades of Deep Cerise #D9307C

Tints of Deep Cerise #D9307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 55.78%
G = 12.34%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9307C (or 0xD9307C) is known color: Deep Cerise. HEX triplet: D9, 30 and 7C. RGB value is (217,48,124). Sum of RGB (Red+Green+Blue) = 217+48+124=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9307C is #26CF83. Grayscale: #6B6B6B. Windows color (decimal): -2543492 or 8138969. OLE color: 8138969.

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

Color convert

RGB 217 48 124 -
CMYK 0 0.78 0.43 0.15
HSL 333.02º 0.69% 0.52% -
HSV(B) 333.02º 0.78% 0.85% -
XYZ 33.31 18.32 20.85 -
YUV 107.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 217 48 124 0 0.78 0.43 0.15 333.02 0.69 0.52
Hex D9 30 7C 0 4E 2B F 14D 45 34
Octal 331 60 174 0 116 53 17 515 105 64
Binary 11011001 110000 1111100 0 1001110 101011 1111 101001101 1000101 110100

Color Harmonies of #D9307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9307C

Black with #D9307C

Text Example


Text Example

White with #D9307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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