Html Css Color HEX #D9307E Deep Cerise

📋 copy color: '#D9307E'

red 217 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #D9307E

Tints of Deep Cerise #D9307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 55.5%
G = 12.28%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9307E (or 0xD9307E) is known color: Deep Cerise. HEX triplet: D9, 30 and 7E. RGB value is (217,48,126). Sum of RGB (Red+Green+Blue) = 217+48+126=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9307E is #26CF81. Grayscale: #6B6B6B. Windows color (decimal): -2543490 or 8270041. OLE color: 8270041.

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

Color convert

RGB 217 48 126 -
CMYK 0 0.78 0.42 0.15
HSL 332.31º 0.69% 0.52% -
HSV(B) 332.31º 0.78% 0.85% -
XYZ 33.44 18.37 21.52 -
YUV 107.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 217 48 126 0 0.78 0.42 0.15 332.31 0.69 0.52
Hex D9 30 7E 0 4E 2A F 14C 45 34
Octal 331 60 176 0 116 52 17 514 105 64
Binary 11011001 110000 1111110 0 1001110 101010 1111 101001100 1000101 110100

Color Harmonies of #D9307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9307E

Black with #D9307E

Text Example


Text Example

White with #D9307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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