Html Css Color HEX #DD6BD9 Orchid

📋 copy color: '#DD6BD9'

red 221 ◦ green 107 ◦ blue 217

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

Shades of Orchid #DD6BD9

Tints of Orchid #DD6BD9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 40.55%
G = 19.63%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD6BD9 (or 0xDD6BD9) is known color: Orchid. HEX triplet: DD, 6B and D9. RGB value is (221,107,217). Sum of RGB (Red+Green+Blue) = 221+107+217=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD9 is #229426. Grayscale: #999999. Windows color (decimal): -2266151 or 14248925. OLE color: 14248925.

HSL color Cylindrical-coordinate representation of color #DD6BD9: hue angle of 302.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BD9 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 217 -
CMYK 0 0.52 0.02 0.13
HSL 302.11º 0.63% 0.64% -
HSV(B) 302.11º 0.52% 0.87% -
XYZ 47.6 30.9 69.1 -
YUV 153.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 221 107 217 0 0.52 0.02 0.13 302.11 0.63 0.64
Hex DD 6B D9 0 34 2 D 12E 3F 40
Octal 335 153 331 0 64 2 15 456 77 100
Binary 11011101 1101011 11011001 0 110100 10 1101 100101110 111111 1000000

Color Harmonies of #DD6BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BD9

Black with #DD6BD9

Text Example


Text Example

White with #DD6BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BD9; }

 p { color: rgb(221,107,217); }

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

background-color css

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

 a { background-color: rgb(221,107,217); }

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

border-color css

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

 span { border-color: rgb(221,107,217); }

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