Html Css Color HEX #DD71DA Orchid

📋 copy color: '#DD71DA'

red 221 ◦ green 113 ◦ blue 218

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

Shades of Orchid #DD71DA

Tints of Orchid #DD71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 40.04%
G = 20.47%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD71DA (or 0xDD71DA) is known color: Orchid. HEX triplet: DD, 71 and DA. RGB value is (221,113,218). Sum of RGB (Red+Green+Blue) = 221+113+218=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71DA is #228E25. Grayscale: #9C9C9C. Windows color (decimal): -2264614 or 14315997. OLE color: 14315997.

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

Color convert

RGB 221 113 218 -
CMYK 0 0.49 0.01 0.13
HSL 301.67º 0.61% 0.65% -
HSV(B) 301.67º 0.49% 0.87% -
XYZ 48.38 32.24 70 -
YUV 157.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 221 113 218 0 0.49 0.01 0.13 301.67 0.61 0.65
Hex DD 71 DA 0 31 1 D 12E 3D 41
Octal 335 161 332 0 61 1 15 456 75 101
Binary 11011101 1110001 11011010 0 110001 1 1101 100101110 111101 1000001

Color Harmonies of #DD71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71DA

Black with #DD71DA

Text Example


Text Example

White with #DD71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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