Html Css Color HEX #D22FDA Medium Orchid

📋 copy color: '#D22FDA'

red 210 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #D22FDA

Tints of Medium Orchid #D22FDA

RGB

 RED value IS 210 (82.42% from 255) = 44.21%

 GREEN value IS 47 (18.75% from 255) = 9.89%

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

R = 44.21%
G = 9.89%
B = 45.89%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D22FDA (or 0xD22FDA) is known color: Medium Orchid. HEX triplet: D2, 2F and DA. RGB value is (210,47,218). Sum of RGB (Red+Green+Blue) = 210+47+218=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D22FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FDA is #2DD025. Grayscale: #727272. Windows color (decimal): -3002406 or 14299090. OLE color: 14299090.

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

Color convert

RGB 210 47 218 -
CMYK 0.04 0.78 0 0.15
HSL 297.19º 0.7% 0.52% -
HSV(B) 297.19º 0.78% 0.85% -
XYZ 40.25 20.8 68.22 -
YUV 115.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 210 47 218 0.04 0.78 0 0.15 297.19 0.7 0.52
Hex D2 2F DA 4 4E 0 F 129 46 34
Octal 322 57 332 4 116 0 17 451 106 64
Binary 11010010 101111 11011010 100 1001110 0 1111 100101001 1000110 110100

Color Harmonies of #D22FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FDA

Black with #D22FDA

Text Example


Text Example

White with #D22FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FDA; }

 p { color: rgb(210,47,218); }

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

background-color css

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

 a { background-color: rgb(210,47,218); }

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

border-color css

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

 span { border-color: rgb(210,47,218); }

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