Html Css Color HEX #DD71CC Orchid

📋 copy color: '#DD71CC'

red 221 ◦ green 113 ◦ blue 204

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

Shades of Orchid #DD71CC

Tints of Orchid #DD71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 41.08%
G = 21%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD71CC (or 0xDD71CC) is known color: Orchid. HEX triplet: DD, 71 and CC. RGB value is (221,113,204). Sum of RGB (Red+Green+Blue) = 221+113+204=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71CC is #228E33. Grayscale: #9B9B9B. Windows color (decimal): -2264628 or 13398493. OLE color: 13398493.

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

Color convert

RGB 221 113 204 -
CMYK 0 0.49 0.08 0.13
HSL 309.44º 0.61% 0.65% -
HSV(B) 309.44º 0.49% 0.87% -
XYZ 46.62 31.54 60.76 -
YUV 155.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 221 113 204 0 0.49 0.08 0.13 309.44 0.61 0.65
Hex DD 71 CC 0 31 8 D 135 3D 41
Octal 335 161 314 0 61 10 15 465 75 101
Binary 11011101 1110001 11001100 0 110001 1000 1101 100110101 111101 1000001

Color Harmonies of #DD71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71CC

Black with #DD71CC

Text Example


Text Example

White with #DD71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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