Html Css Color HEX #D22FE5 Medium Orchid

📋 copy color: '#D22FE5'

red 210 ◦ green 47 ◦ blue 229

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

Shades of Medium Orchid #D22FE5

Tints of Medium Orchid #D22FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 43.21%
G = 9.67%
B = 47.12%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D22FE5 (or 0xD22FE5) is known color: Medium Orchid. HEX triplet: D2, 2F and E5. RGB value is (210,47,229). Sum of RGB (Red+Green+Blue) = 210+47+229=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #D22FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FE5 is #2DD01A. Grayscale: #737373. Windows color (decimal): -3002395 or 15019986. OLE color: 15019986.

HSL color Cylindrical-coordinate representation of color #D22FE5: hue angle of 293.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22FE5 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 47 229 -
CMYK 0.08 0.79 0 0.10
HSL 293.74º 0.78% 0.54% -
HSV(B) 293.74º 0.79% 0.9% -
XYZ 41.74 21.39 76.06 -
YUV 116.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 210 47 229 0.08 0.79 0 0.10 293.74 0.78 0.54
Hex D2 2F E5 8 4F 0 A 126 4E 36
Octal 322 57 345 10 117 0 12 446 116 66
Binary 11010010 101111 11100101 1000 1001111 0 1010 100100110 1001110 110110

Color Harmonies of #D22FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FE5

Black with #D22FE5

Text Example


Text Example

White with #D22FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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