Html Css Color HEX #D22DDF Medium Orchid

📋 copy color: '#D22DDF'

red 210 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #D22DDF

Tints of Medium Orchid #D22DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 43.93%
G = 9.41%
B = 46.65%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D22DDF (or 0xD22DDF) is known color: Medium Orchid. HEX triplet: D2, 2D and DF. RGB value is (210,45,223). Sum of RGB (Red+Green+Blue) = 210+45+223=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #D22DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DDF is #2DD220. Grayscale: #727272. Windows color (decimal): -3002913 or 14626258. OLE color: 14626258.

HSL color Cylindrical-coordinate representation of color #D22DDF: hue angle of 295.62º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22DDF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 45 223 -
CMYK 0.06 0.80 0 0.13
HSL 295.62º 0.74% 0.53% -
HSV(B) 295.62º 0.8% 0.87% -
XYZ 40.84 20.91 71.7 -
YUV 114.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 210 45 223 0.06 0.80 0 0.13 295.62 0.74 0.53
Hex D2 2D DF 6 50 0 D 128 4A 35
Octal 322 55 337 6 120 0 15 450 112 65
Binary 11010010 101101 11011111 110 1010000 0 1101 100101000 1001010 110101

Color Harmonies of #D22DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22DDF

Black with #D22DDF

Text Example


Text Example

White with #D22DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22DDF; }

 p { color: rgb(210,45,223); }

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

background-color css

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

 a { background-color: rgb(210,45,223); }

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

border-color css

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

 span { border-color: rgb(210,45,223); }

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