Html Css Color HEX #DD69BF Orchid

📋 copy color: '#DD69BF'

red 221 ◦ green 105 ◦ blue 191

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

Shades of Orchid #DD69BF

Tints of Orchid #DD69BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 42.75%
G = 20.31%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD69BF (or 0xDD69BF) is known color: Orchid. HEX triplet: DD, 69 and BF. RGB value is (221,105,191). Sum of RGB (Red+Green+Blue) = 221+105+191=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BF is #229640. Grayscale: #959595. Windows color (decimal): -2266689 or 12544477. OLE color: 12544477.

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

Color convert

RGB 221 105 191 -
CMYK 0 0.52 0.14 0.13
HSL 315.52º 0.63% 0.64% -
HSV(B) 315.52º 0.52% 0.87% -
XYZ 44.27 29.24 52.6 -
YUV 149.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 221 105 191 0 0.52 0.14 0.13 315.52 0.63 0.64
Hex DD 69 BF 0 34 E D 13C 3F 40
Octal 335 151 277 0 64 16 15 474 77 100
Binary 11011101 1101001 10111111 0 110100 1110 1101 100111100 111111 1000000

Color Harmonies of #DD69BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69BF

Black with #DD69BF

Text Example


Text Example

White with #DD69BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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