Html Css Color HEX #D908B4 Deep Magenta

📋 copy color: '#D908B4'

red 217 ◦ green 8 ◦ blue 180

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

Shades of Deep Magenta #D908B4

Tints of Deep Magenta #D908B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 53.58%
G = 1.98%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D908B4 (or 0xD908B4) is known color: Deep Magenta. HEX triplet: D9, 08 and B4. RGB value is (217,8,180). Sum of RGB (Red+Green+Blue) = 217+8+180=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D908B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908B4 is #26F74B. Grayscale: #595959. Windows color (decimal): -2553676 or 11798745. OLE color: 11798745.

HSL color Cylindrical-coordinate representation of color #D908B4: hue angle of 310.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908B4 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 180 -
CMYK 0 0.96 0.17 0.15
HSL 310.62º 0.93% 0.44% -
HSV(B) 310.62º 0.96% 0.85% -
XYZ 36.94 18.22 44.75 -
YUV 90.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 217 8 180 0 0.96 0.17 0.15 310.62 0.93 0.44
Hex D9 8 B4 0 60 11 F 137 5D 2C
Octal 331 10 264 0 140 21 17 467 135 54
Binary 11011001 1000 10110100 0 1100000 10001 1111 100110111 1011101 101100

Color Harmonies of #D908B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908B4

Black with #D908B4

Text Example


Text Example

White with #D908B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908B4; }

 p { color: rgb(217,8,180); }

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

background-color css

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

 a { background-color: rgb(217,8,180); }

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

border-color css

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

 span { border-color: rgb(217,8,180); }

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