Html Css Color HEX #DD71DD Orchid

📋 copy color: '#DD71DD'

red 221 ◦ green 113 ◦ blue 221

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

Shades of Orchid #DD71DD

Tints of Orchid #DD71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 39.82%
G = 20.36%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD71DD (or 0xDD71DD) is known color: Orchid. HEX triplet: DD, 71 and DD. RGB value is (221,113,221). Sum of RGB (Red+Green+Blue) = 221+113+221=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71DD is #228E22. Grayscale: #9D9D9D. Windows color (decimal): -2264611 or 14512605. OLE color: 14512605.

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

Color convert

RGB 221 113 221 -
CMYK 0 0.49 0 0.13
HSL 300º 0.61% 0.65% -
HSV(B) 300º 0.49% 0.87% -
XYZ 48.78 32.4 72.09 -
YUV 157.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 221 113 221 0 0.49 0 0.13 300 0.61 0.65
Hex DD 71 DD 0 31 0 D 12C 3D 41
Octal 335 161 335 0 61 0 15 454 75 101
Binary 11011101 1110001 11011101 0 110001 0 1101 100101100 111101 1000001

Color Harmonies of #DD71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71DD

Black with #DD71DD

Text Example


Text Example

White with #DD71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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