Html Css Color HEX #DD71C2 Orchid

📋 copy color: '#DD71C2'

red 221 ◦ green 113 ◦ blue 194

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

Shades of Orchid #DD71C2

Tints of Orchid #DD71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 41.86%
G = 21.4%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD71C2 (or 0xDD71C2) is known color: Orchid. HEX triplet: DD, 71 and C2. RGB value is (221,113,194). Sum of RGB (Red+Green+Blue) = 221+113+194=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C2 is #228E3D. Grayscale: #9A9A9A. Windows color (decimal): -2264638 or 12743133. OLE color: 12743133.

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

Color convert

RGB 221 113 194 -
CMYK 0 0.49 0.12 0.13
HSL 315º 0.61% 0.65% -
HSV(B) 315º 0.49% 0.87% -
XYZ 45.46 31.08 54.64 -
YUV 154.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 221 113 194 0 0.49 0.12 0.13 315 0.61 0.65
Hex DD 71 C2 0 31 C D 13B 3D 41
Octal 335 161 302 0 61 14 15 473 75 101
Binary 11011101 1110001 11000010 0 110001 1100 1101 100111011 111101 1000001

Color Harmonies of #DD71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71C2

Black with #DD71C2

Text Example


Text Example

White with #DD71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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