Html Css Color HEX #DD71BE Orchid

📋 copy color: '#DD71BE'

red 221 ◦ green 113 ◦ blue 190

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

Shades of Orchid #DD71BE

Tints of Orchid #DD71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

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

R = 42.18%
G = 21.56%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD71BE (or 0xDD71BE) is known color: Orchid. HEX triplet: DD, 71 and BE. RGB value is (221,113,190). Sum of RGB (Red+Green+Blue) = 221+113+190=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71BE is #228E41. Grayscale: #999999. Windows color (decimal): -2264642 or 12480989. OLE color: 12480989.

HSL color Cylindrical-coordinate representation of color #DD71BE: hue angle of 317.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71BE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 190 -
CMYK 0 0.49 0.14 0.13
HSL 317.22º 0.61% 0.65% -
HSV(B) 317.22º 0.49% 0.87% -
XYZ 45.02 30.9 52.31 -
YUV 154.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 221 113 190 0 0.49 0.14 0.13 317.22 0.61 0.65
Hex DD 71 BE 0 31 E D 13D 3D 41
Octal 335 161 276 0 61 16 15 475 75 101
Binary 11011101 1110001 10111110 0 110001 1110 1101 100111101 111101 1000001

Color Harmonies of #DD71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71BE

Black with #DD71BE

Text Example


Text Example

White with #DD71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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