Html Css Color HEX #D9307B Deep Cerise

📋 copy color: '#D9307B'

red 217 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #D9307B

Tints of Deep Cerise #D9307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 55.93%
G = 12.37%
B = 31.7%

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

#D9307B (or 0xD9307B) is known color: Deep Cerise. HEX triplet: D9, 30 and 7B. RGB value is (217,48,123). Sum of RGB (Red+Green+Blue) = 217+48+123=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9307B is #26CF84. Grayscale: #6A6A6A. Windows color (decimal): -2543493 or 8073433. OLE color: 8073433.

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

Color convert

RGB 217 48 123 -
CMYK 0 0.78 0.43 0.15
HSL 333.37º 0.69% 0.52% -
HSV(B) 333.37º 0.78% 0.85% -
XYZ 33.25 18.3 20.52 -
YUV 107.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 217 48 123 0 0.78 0.43 0.15 333.37 0.69 0.52
Hex D9 30 7B 0 4E 2B F 14D 45 34
Octal 331 60 173 0 116 53 17 515 105 64
Binary 11011001 110000 1111011 0 1001110 101011 1111 101001101 1000101 110100

Color Harmonies of #D9307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9307B

Black with #D9307B

Text Example


Text Example

White with #D9307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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