Html Css Color HEX #DD6BD1 Orchid

📋 copy color: '#DD6BD1'

red 221 ◦ green 107 ◦ blue 209

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

Shades of Orchid #DD6BD1

Tints of Orchid #DD6BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 41.15%
G = 19.93%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD6BD1 (or 0xDD6BD1) is known color: Orchid. HEX triplet: DD, 6B and D1. RGB value is (221,107,209). Sum of RGB (Red+Green+Blue) = 221+107+209=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD1 is #22942E. Grayscale: #989898. Windows color (decimal): -2266159 or 13724637. OLE color: 13724637.

HSL color Cylindrical-coordinate representation of color #DD6BD1: hue angle of 306.32º 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 #DD6BD1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 209 -
CMYK 0 0.52 0.05 0.13
HSL 306.32º 0.63% 0.64% -
HSV(B) 306.32º 0.52% 0.87% -
XYZ 46.59 30.49 63.75 -
YUV 152.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 221 107 209 0 0.52 0.05 0.13 306.32 0.63 0.64
Hex DD 6B D1 0 34 5 D 132 3F 40
Octal 335 153 321 0 64 5 15 462 77 100
Binary 11011101 1101011 11010001 0 110100 101 1101 100110010 111111 1000000

Color Harmonies of #DD6BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BD1

Black with #DD6BD1

Text Example


Text Example

White with #DD6BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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