Html Css Color HEX #D042DA Medium Orchid

📋 copy color: '#D042DA'

red 208 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #D042DA

Tints of Medium Orchid #D042DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 42.28%
G = 13.41%
B = 44.31%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D042DA (or 0xD042DA) is known color: Medium Orchid. HEX triplet: D0, 42 and DA. RGB value is (208,66,218). Sum of RGB (Red+Green+Blue) = 208+66+218=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #D042DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042DA is #2FBD25. Grayscale: #7D7D7D. Windows color (decimal): -3128614 or 14303952. OLE color: 14303952.

HSL color Cylindrical-coordinate representation of color #D042DA: hue angle of 296.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D042DA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 66 218 -
CMYK 0.05 0.70 0 0.15
HSL 296.05º 0.67% 0.56% -
HSV(B) 296.05º 0.7% 0.85% -
XYZ 40.62 22.37 68.51 -
YUV 125.79 180.04 186.64 -
System Red Green Blue C M Y K H S L
Decimal 208 66 218 0.05 0.70 0 0.15 296.05 0.67 0.56
Hex D0 42 DA 5 46 0 F 128 43 38
Octal 320 102 332 5 106 0 17 450 103 70
Binary 11010000 1000010 11011010 101 1000110 0 1111 100101000 1000011 111000

Color Harmonies of #D042DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042DA

Black with #D042DA

Text Example


Text Example

White with #D042DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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