Html Css Color HEX #D042D8 Medium Orchid

📋 copy color: '#D042D8'

red 208 ◦ green 66 ◦ blue 216

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

Shades of Medium Orchid #D042D8

Tints of Medium Orchid #D042D8

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

 GREEN value IS 66 (26.17% from 255) = 13.47%

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 42.45%
G = 13.47%
B = 44.08%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D042D8 (or 0xD042D8) is known color: Medium Orchid. HEX triplet: D0, 42 and D8. RGB value is (208,66,216). Sum of RGB (Red+Green+Blue) = 208+66+216=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #D042D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042D8 is #2FBD27. Grayscale: #7D7D7D. Windows color (decimal): -3128616 or 14172880. OLE color: 14172880.

HSL color Cylindrical-coordinate representation of color #D042D8: hue angle of 296.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D042D8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 66 216 -
CMYK 0.04 0.69 0 0.15
HSL 296.8º 0.66% 0.55% -
HSV(B) 296.8º 0.69% 0.85% -
XYZ 40.36 22.26 67.14 -
YUV 125.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 208 66 216 0.04 0.69 0 0.15 296.8 0.66 0.55
Hex D0 42 D8 4 45 0 F 129 42 37
Octal 320 102 330 4 105 0 17 451 102 67
Binary 11010000 1000010 11011000 100 1000101 0 1111 100101001 1000010 110111

Color Harmonies of #D042D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042D8

Black with #D042D8

Text Example


Text Example

White with #D042D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042D8; }

 p { color: rgb(208,66,216); }

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

background-color css

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

 a { background-color: rgb(208,66,216); }

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

border-color css

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

 span { border-color: rgb(208,66,216); }

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