Html Css Color HEX #DD69D2 Orchid

📋 copy color: '#DD69D2'

red 221 ◦ green 105 ◦ blue 210

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

Shades of Orchid #DD69D2

Tints of Orchid #DD69D2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.59%

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

R = 41.23%
G = 19.59%
B = 39.18%

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

#DD69D2 (or 0xDD69D2) is known color: Orchid. HEX triplet: DD, 69 and D2. RGB value is (221,105,210). Sum of RGB (Red+Green+Blue) = 221+105+210=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D2 is #22962D. Grayscale: #979797. Windows color (decimal): -2266670 or 13789661. OLE color: 13789661.

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

Color convert

RGB 221 105 210 -
CMYK 0 0.52 0.05 0.13
HSL 305.69º 0.63% 0.64% -
HSV(B) 305.69º 0.52% 0.87% -
XYZ 46.5 30.13 64.34 -
YUV 151.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 221 105 210 0 0.52 0.05 0.13 305.69 0.63 0.64
Hex DD 69 D2 0 34 5 D 132 3F 40
Octal 335 151 322 0 64 5 15 462 77 100
Binary 11011101 1101001 11010010 0 110100 101 1101 100110010 111111 1000000

Color Harmonies of #DD69D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69D2

Black with #DD69D2

Text Example


Text Example

White with #DD69D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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