Html Css Color HEX #DD71EA Heliotrope

📋 copy color: '#DD71EA'

red 221 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #DD71EA

Tints of Heliotrope #DD71EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 38.91%
G = 19.89%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD71EA (or 0xDD71EA) is known color: Heliotrope. HEX triplet: DD, 71 and EA. RGB value is (221,113,234). Sum of RGB (Red+Green+Blue) = 221+113+234=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71EA is #228E15. Grayscale: #9E9E9E. Windows color (decimal): -2264598 or 15364573. OLE color: 15364573.

HSL color Cylindrical-coordinate representation of color #DD71EA: hue angle of 293.55º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD71EA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 113 234 -
CMYK 0.06 0.52 0 0.08
HSL 293.55º 0.74% 0.68% -
HSV(B) 293.55º 0.52% 0.92% -
XYZ 50.58 33.12 81.57 -
YUV 159.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 221 113 234 0.06 0.52 0 0.08 293.55 0.74 0.68
Hex DD 71 EA 6 34 0 8 126 4A 44
Octal 335 161 352 6 64 0 10 446 112 104
Binary 11011101 1110001 11101010 110 110100 0 1000 100100110 1001010 1000100

Color Harmonies of #DD71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71EA

Black with #DD71EA

Text Example


Text Example

White with #DD71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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