Html Css Color HEX #DD69BE Orchid

📋 copy color: '#DD69BE'

red 221 ◦ green 105 ◦ blue 190

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

Shades of Orchid #DD69BE

Tints of Orchid #DD69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 42.83%
G = 20.35%
B = 36.82%

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

#DD69BE (or 0xDD69BE) is known color: Orchid. HEX triplet: DD, 69 and BE. RGB value is (221,105,190). Sum of RGB (Red+Green+Blue) = 221+105+190=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BE is #229641. Grayscale: #959595. Windows color (decimal): -2266690 or 12478941. OLE color: 12478941.

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

Color convert

RGB 221 105 190 -
CMYK 0 0.52 0.14 0.13
HSL 316.03º 0.63% 0.64% -
HSV(B) 316.03º 0.52% 0.87% -
XYZ 44.16 29.19 52.02 -
YUV 149.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 221 105 190 0 0.52 0.14 0.13 316.03 0.63 0.64
Hex DD 69 BE 0 34 E D 13C 3F 40
Octal 335 151 276 0 64 16 15 474 77 100
Binary 11011101 1101001 10111110 0 110100 1110 1101 100111100 111111 1000000

Color Harmonies of #DD69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69BE

Black with #DD69BE

Text Example


Text Example

White with #DD69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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