Html Css Color HEX #DD69BA Orchid

📋 copy color: '#DD69BA'

red 221 ◦ green 105 ◦ blue 186

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

Shades of Orchid #DD69BA

Tints of Orchid #DD69BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 43.16%
G = 20.51%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD69BA (or 0xDD69BA) is known color: Orchid. HEX triplet: DD, 69 and BA. RGB value is (221,105,186). Sum of RGB (Red+Green+Blue) = 221+105+186=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BA is #229645. Grayscale: #949494. Windows color (decimal): -2266694 or 12216797. OLE color: 12216797.

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

Color convert

RGB 221 105 186 -
CMYK 0 0.52 0.16 0.13
HSL 318.1º 0.63% 0.64% -
HSV(B) 318.1º 0.52% 0.87% -
XYZ 43.73 29.02 49.75 -
YUV 148.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 221 105 186 0 0.52 0.16 0.13 318.1 0.63 0.64
Hex DD 69 BA 0 34 10 D 13E 3F 40
Octal 335 151 272 0 64 20 15 476 77 100
Binary 11011101 1101001 10111010 0 110100 10000 1101 100111110 111111 1000000

Color Harmonies of #DD69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69BA

Black with #DD69BA

Text Example


Text Example

White with #DD69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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