Html Css Color HEX #D22FDD Medium Orchid

📋 copy color: '#D22FDD'

red 210 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #D22FDD

Tints of Medium Orchid #D22FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 43.93%
G = 9.83%
B = 46.23%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D22FDD (or 0xD22FDD) is known color: Medium Orchid. HEX triplet: D2, 2F and DD. RGB value is (210,47,221). Sum of RGB (Red+Green+Blue) = 210+47+221=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D22FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FDD is #2DD022. Grayscale: #737373. Windows color (decimal): -3002403 or 14495698. OLE color: 14495698.

HSL color Cylindrical-coordinate representation of color #D22FDD: hue angle of 296.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22FDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 47 221 -
CMYK 0.05 0.79 0 0.13
HSL 296.21º 0.72% 0.53% -
HSV(B) 296.21º 0.79% 0.87% -
XYZ 40.65 20.96 70.31 -
YUV 115.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 210 47 221 0.05 0.79 0 0.13 296.21 0.72 0.53
Hex D2 2F DD 5 4F 0 D 128 48 35
Octal 322 57 335 5 117 0 15 450 110 65
Binary 11010010 101111 11011101 101 1001111 0 1101 100101000 1001000 110101

Color Harmonies of #D22FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FDD

Black with #D22FDD

Text Example


Text Example

White with #D22FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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