Html Css Color HEX #D044DE Medium Orchid

📋 copy color: '#D044DE'

red 208 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #D044DE

Tints of Medium Orchid #D044DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.65%

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 41.77%
G = 13.65%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D044DE (or 0xD044DE) is known color: Medium Orchid. HEX triplet: D0, 44 and DE. RGB value is (208,68,222). Sum of RGB (Red+Green+Blue) = 208+68+222=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #D044DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DE is #2FBB21. Grayscale: #7E7E7E. Windows color (decimal): -3128098 or 14566608. OLE color: 14566608.

HSL color Cylindrical-coordinate representation of color #D044DE: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D044DE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 68 222 -
CMYK 0.06 0.69 0 0.13
HSL 294.55º 0.7% 0.57% -
HSV(B) 294.55º 0.69% 0.87% -
XYZ 41.26 22.82 71.34 -
YUV 127.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 208 68 222 0.06 0.69 0 0.13 294.55 0.7 0.57
Hex D0 44 DE 6 45 0 D 127 46 39
Octal 320 104 336 6 105 0 15 447 106 71
Binary 11010000 1000100 11011110 110 1000101 0 1101 100100111 1000110 111001

Color Harmonies of #D044DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044DE

Black with #D044DE

Text Example


Text Example

White with #D044DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044DE; }

 p { color: rgb(208,68,222); }

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

background-color css

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

 a { background-color: rgb(208,68,222); }

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

border-color css

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

 span { border-color: rgb(208,68,222); }

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