Html Css Color HEX #D700CF Deep Magenta

📋 copy color: '#D700CF'

red 215 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #D700CF

Tints of Deep Magenta #D700CF

RGB

 RED value IS 215 (84.38% from 255) = 50.95%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 50.95%
G = 0%
B = 49.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D700CF (or 0xD700CF) is known color: Deep Magenta. HEX triplet: D7, 00 and CF. RGB value is (215,0,207). Sum of RGB (Red+Green+Blue) = 215+0+207=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D700CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700CF is #28FF30. Grayscale: #575757. Windows color (decimal): -2686769 or 13566167. OLE color: 13566167.

HSL color Cylindrical-coordinate representation of color #D700CF: hue angle of 302.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700CF is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 207 -
CMYK 0 1 0.04 0.16
HSL 302.23º 1% 0.42% -
HSV(B) 302.23º 1% 0.84% -
XYZ 39.29 18.95 60.62 -
YUV 87.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 215 0 207 0 1 0.04 0.16 302.23 1 0.42
Hex D7 0 CF 0 64 4 10 12E 64 2A
Octal 327 0 317 0 144 4 20 456 144 52
Binary 11010111 0 11001111 0 1100100 100 10000 100101110 1100100 101010

Color Harmonies of #D700CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700CF

Black with #D700CF

Text Example


Text Example

White with #D700CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700CF; }

 p { color: rgb(215,0,207); }

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

background-color css

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

 a { background-color: rgb(215,0,207); }

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

border-color css

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

 span { border-color: rgb(215,0,207); }

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