Html Css Color HEX #DD6FD2 Orchid

📋 copy color: '#DD6FD2'

red 221 ◦ green 111 ◦ blue 210

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

Shades of Orchid #DD6FD2

Tints of Orchid #DD6FD2

RGB

 RED value IS 221 (86.72% from 255) = 40.77%

 GREEN value IS 111 (43.75% from 255) = 20.48%

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 40.77%
G = 20.48%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD6FD2 (or 0xDD6FD2) is known color: Orchid. HEX triplet: DD, 6F and D2. RGB value is (221,111,210). Sum of RGB (Red+Green+Blue) = 221+111+210=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD2 is #22902D. Grayscale: #9A9A9A. Windows color (decimal): -2265134 or 13791197. OLE color: 13791197.

HSL color Cylindrical-coordinate representation of color #DD6FD2: hue angle of 306º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FD2 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 210 -
CMYK 0 0.50 0.05 0.13
HSL 306º 0.62% 0.65% -
HSV(B) 306º 0.5% 0.87% -
XYZ 47.14 31.39 64.55 -
YUV 155.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 221 111 210 0 0.50 0.05 0.13 306 0.62 0.65
Hex DD 6F D2 0 32 5 D 132 3E 41
Octal 335 157 322 0 62 5 15 462 76 101
Binary 11011101 1101111 11010010 0 110010 101 1101 100110010 111110 1000001

Color Harmonies of #DD6FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD2

Black with #DD6FD2

Text Example


Text Example

White with #DD6FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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