Html Css Color HEX #D02DDD Medium Orchid

📋 copy color: '#D02DDD'

red 208 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #D02DDD

Tints of Medium Orchid #D02DDD

RGB

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

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

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

R = 43.88%
G = 9.49%
B = 46.62%

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

#D02DDD (or 0xD02DDD) is known color: Medium Orchid. HEX triplet: D0, 2D and DD. RGB value is (208,45,221). Sum of RGB (Red+Green+Blue) = 208+45+221=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D02DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DDD is #2FD222. Grayscale: #717171. Windows color (decimal): -3133987 or 14495184. OLE color: 14495184.

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

Color convert

RGB 208 45 221 -
CMYK 0.06 0.80 0 0.13
HSL 295.57º 0.72% 0.52% -
HSV(B) 295.57º 0.8% 0.87% -
XYZ 40 20.51 70.26 -
YUV 113.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 208 45 221 0.06 0.80 0 0.13 295.57 0.72 0.52
Hex D0 2D DD 6 50 0 D 128 48 34
Octal 320 55 335 6 120 0 15 450 110 64
Binary 11010000 101101 11011101 110 1010000 0 1101 100101000 1001000 110100

Color Harmonies of #D02DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DDD

Black with #D02DDD

Text Example


Text Example

White with #D02DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DDD; }

 p { color: rgb(208,45,221); }

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

background-color css

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

 a { background-color: rgb(208,45,221); }

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

border-color css

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

 span { border-color: rgb(208,45,221); }

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