Html Css Color HEX #DD69D3 Orchid

📋 copy color: '#DD69D3'

red 221 ◦ green 105 ◦ blue 211

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

Shades of Orchid #DD69D3

Tints of Orchid #DD69D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 41.15%
G = 19.55%
B = 39.29%

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

#DD69D3 (or 0xDD69D3) is known color: Orchid. HEX triplet: DD, 69 and D3. RGB value is (221,105,211). Sum of RGB (Red+Green+Blue) = 221+105+211=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D3 is #22962C. Grayscale: #979797. Windows color (decimal): -2266669 or 13855197. OLE color: 13855197.

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

Color convert

RGB 221 105 211 -
CMYK 0 0.52 0.05 0.13
HSL 305.17º 0.63% 0.64% -
HSV(B) 305.17º 0.52% 0.87% -
XYZ 46.63 30.18 65 -
YUV 151.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 221 105 211 0 0.52 0.05 0.13 305.17 0.63 0.64
Hex DD 69 D3 0 34 5 D 131 3F 40
Octal 335 151 323 0 64 5 15 461 77 100
Binary 11011101 1101001 11010011 0 110100 101 1101 100110001 111111 1000000

Color Harmonies of #DD69D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69D3

Black with #DD69D3

Text Example


Text Example

White with #DD69D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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