Html Css Color HEX #DD71C9 Orchid

📋 copy color: '#DD71C9'

red 221 ◦ green 113 ◦ blue 201

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

Shades of Orchid #DD71C9

Tints of Orchid #DD71C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 41.31%
G = 21.12%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD71C9 (or 0xDD71C9) is known color: Orchid. HEX triplet: DD, 71 and C9. RGB value is (221,113,201). Sum of RGB (Red+Green+Blue) = 221+113+201=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C9 is #228E36. Grayscale: #9B9B9B. Windows color (decimal): -2264631 or 13201885. OLE color: 13201885.

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

Color convert

RGB 221 113 201 -
CMYK 0 0.49 0.09 0.13
HSL 311.11º 0.61% 0.65% -
HSV(B) 311.11º 0.49% 0.87% -
XYZ 46.27 31.4 58.88 -
YUV 155.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 221 113 201 0 0.49 0.09 0.13 311.11 0.61 0.65
Hex DD 71 C9 0 31 9 D 137 3D 41
Octal 335 161 311 0 61 11 15 467 75 101
Binary 11011101 1110001 11001001 0 110001 1001 1101 100110111 111101 1000001

Color Harmonies of #DD71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71C9

Black with #DD71C9

Text Example


Text Example

White with #DD71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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