Html Css Color HEX #D9307A Deep Cerise

📋 copy color: '#D9307A'

red 217 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #D9307A

Tints of Deep Cerise #D9307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 56.07%
G = 12.4%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9307A (or 0xD9307A) is known color: Deep Cerise. HEX triplet: D9, 30 and 7A. RGB value is (217,48,122). Sum of RGB (Red+Green+Blue) = 217+48+122=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9307A is #26CF85. Grayscale: #6A6A6A. Windows color (decimal): -2543494 or 8007897. OLE color: 8007897.

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

Color convert

RGB 217 48 122 -
CMYK 0 0.78 0.44 0.15
HSL 333.73º 0.69% 0.52% -
HSV(B) 333.73º 0.78% 0.85% -
XYZ 33.19 18.27 20.19 -
YUV 106.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 217 48 122 0 0.78 0.44 0.15 333.73 0.69 0.52
Hex D9 30 7A 0 4E 2C F 14E 45 34
Octal 331 60 172 0 116 54 17 516 105 64
Binary 11011001 110000 1111010 0 1001110 101100 1111 101001110 1000101 110100

Color Harmonies of #D9307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9307A

Black with #D9307A

Text Example


Text Example

White with #D9307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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