Html Css Color HEX #DD6BDA Orchid

📋 copy color: '#DD6BDA'

red 221 ◦ green 107 ◦ blue 218

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

Shades of Orchid #DD6BDA

Tints of Orchid #DD6BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 40.48%
G = 19.6%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6BDA (or 0xDD6BDA) is known color: Orchid. HEX triplet: DD, 6B and DA. RGB value is (221,107,218). Sum of RGB (Red+Green+Blue) = 221+107+218=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BDA is #229425. Grayscale: #999999. Windows color (decimal): -2266150 or 14314461. OLE color: 14314461.

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

Color convert

RGB 221 107 218 -
CMYK 0 0.52 0.01 0.13
HSL 301.58º 0.63% 0.64% -
HSV(B) 301.58º 0.52% 0.87% -
XYZ 47.73 30.95 69.79 -
YUV 153.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 221 107 218 0 0.52 0.01 0.13 301.58 0.63 0.64
Hex DD 6B DA 0 34 1 D 12E 3F 40
Octal 335 153 332 0 64 1 15 456 77 100
Binary 11011101 1101011 11011010 0 110100 1 1101 100101110 111111 1000000

Color Harmonies of #DD6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BDA

Black with #DD6BDA

Text Example


Text Example

White with #DD6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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