Html Css Color HEX #DD7ADA Orchid

📋 copy color: '#DD7ADA'

red 221 ◦ green 122 ◦ blue 218

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

Shades of Orchid #DD7ADA

Tints of Orchid #DD7ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.75%

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

R = 39.39%
G = 21.75%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD7ADA (or 0xDD7ADA) is known color: Orchid. HEX triplet: DD, 7A and DA. RGB value is (221,122,218). Sum of RGB (Red+Green+Blue) = 221+122+218=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADA is #228525. Grayscale: #A2A2A2. Windows color (decimal): -2262310 or 14318301. OLE color: 14318301.

HSL color Cylindrical-coordinate representation of color #DD7ADA: hue angle of 301.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ADA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 218 -
CMYK 0 0.45 0.01 0.13
HSL 301.82º 0.59% 0.67% -
HSV(B) 301.82º 0.45% 0.87% -
XYZ 49.43 34.35 70.36 -
YUV 162.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 221 122 218 0 0.45 0.01 0.13 301.82 0.59 0.67
Hex DD 7A DA 0 2D 1 D 12E 3B 43
Octal 335 172 332 0 55 1 15 456 73 103
Binary 11011101 1111010 11011010 0 101101 1 1101 100101110 111011 1000011

Color Harmonies of #DD7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ADA

Black with #DD7ADA

Text Example


Text Example

White with #DD7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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