Html Css Color HEX #DD71C7 Orchid

📋 copy color: '#DD71C7'

red 221 ◦ green 113 ◦ blue 199

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

Shades of Orchid #DD71C7

Tints of Orchid #DD71C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 41.46%
G = 21.2%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD71C7 (or 0xDD71C7) is known color: Orchid. HEX triplet: DD, 71 and C7. RGB value is (221,113,199). Sum of RGB (Red+Green+Blue) = 221+113+199=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C7 is #228E38. Grayscale: #9A9A9A. Windows color (decimal): -2264633 or 13070813. OLE color: 13070813.

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

Color convert

RGB 221 113 199 -
CMYK 0 0.49 0.10 0.13
HSL 312.22º 0.61% 0.65% -
HSV(B) 312.22º 0.49% 0.87% -
XYZ 46.03 31.31 57.65 -
YUV 155.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 221 113 199 0 0.49 0.10 0.13 312.22 0.61 0.65
Hex DD 71 C7 0 31 A D 138 3D 41
Octal 335 161 307 0 61 12 15 470 75 101
Binary 11011101 1110001 11000111 0 110001 1010 1101 100111000 111101 1000001

Color Harmonies of #DD71C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71C7

Black with #DD71C7

Text Example


Text Example

White with #DD71C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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