Html Css Color HEX #DD71E8 Orchid

📋 copy color: '#DD71E8'

red 221 ◦ green 113 ◦ blue 232

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

Shades of Orchid #DD71E8

Tints of Orchid #DD71E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 39.05%
G = 19.96%
B = 40.99%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD71E8 (or 0xDD71E8) is known color: Orchid. HEX triplet: DD, 71 and E8. RGB value is (221,113,232). Sum of RGB (Red+Green+Blue) = 221+113+232=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD71E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71E8 is #228E17. Grayscale: #9E9E9E. Windows color (decimal): -2264600 or 15233501. OLE color: 15233501.

HSL color Cylindrical-coordinate representation of color #DD71E8: hue angle of 294.45º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD71E8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 113 232 -
CMYK 0.05 0.51 0 0.09
HSL 294.45º 0.72% 0.68% -
HSV(B) 294.45º 0.51% 0.91% -
XYZ 50.29 33.01 80.06 -
YUV 158.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 221 113 232 0.05 0.51 0 0.09 294.45 0.72 0.68
Hex DD 71 E8 5 33 0 9 126 48 44
Octal 335 161 350 5 63 0 11 446 110 104
Binary 11011101 1110001 11101000 101 110011 0 1001 100100110 1001000 1000100

Color Harmonies of #DD71E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71E8

Black with #DD71E8

Text Example


Text Example

White with #DD71E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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