Html Css Color HEX #D907B4 Deep Magenta

📋 copy color: '#D907B4'

red 217 ◦ green 7 ◦ blue 180

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

Shades of Deep Magenta #D907B4

Tints of Deep Magenta #D907B4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

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

R = 53.71%
G = 1.73%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D907B4 (or 0xD907B4) is known color: Deep Magenta. HEX triplet: D9, 07 and B4. RGB value is (217,7,180). Sum of RGB (Red+Green+Blue) = 217+7+180=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D907B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907B4 is #26F84B. Grayscale: #595959. Windows color (decimal): -2553932 or 11798489. OLE color: 11798489.

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

Color convert

RGB 217 7 180 -
CMYK 0 0.97 0.17 0.15
HSL 310.57º 0.94% 0.44% -
HSV(B) 310.57º 0.97% 0.85% -
XYZ 36.93 18.2 44.75 -
YUV 89.51 179.07 218.93 -
System Red Green Blue C M Y K H S L
Decimal 217 7 180 0 0.97 0.17 0.15 310.57 0.94 0.44
Hex D9 7 B4 0 61 11 F 137 5E 2C
Octal 331 7 264 0 141 21 17 467 136 54
Binary 11011001 111 10110100 0 1100001 10001 1111 100110111 1011110 101100

Color Harmonies of #D907B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D907B4

Black with #D907B4

Text Example


Text Example

White with #D907B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D907B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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