Html Css Color HEX #DD71FE Heliotrope

📋 copy color: '#DD71FE'

red 221 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #DD71FE

Tints of Heliotrope #DD71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 37.59%
G = 19.22%
B = 43.2%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD71FE (or 0xDD71FE) is known color: Heliotrope. HEX triplet: DD, 71 and FE. RGB value is (221,113,254). Sum of RGB (Red+Green+Blue) = 221+113+254=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FE is #228E01. Grayscale: #A0A0A0. Windows color (decimal): -2264578 or 16675293. OLE color: 16675293.

HSL color Cylindrical-coordinate representation of color #DD71FE: hue angle of 285.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD71FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 113 254 -
CMYK 0.13 0.56 0 0.00
HSL 285.96º 0.99% 0.72% -
HSV(B) 285.96º 0.56% 1% -
XYZ 53.61 34.34 97.57 -
YUV 161.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 221 113 254 0.13 0.56 0 0.00 285.96 0.99 0.72
Hex DD 71 FE D 38 0 0 11E 63 48
Octal 335 161 376 15 70 0 0 436 143 110
Binary 11011101 1110001 11111110 1101 111000 0 0 100011110 1100011 1001000

Color Harmonies of #DD71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71FE

Black with #DD71FE

Text Example


Text Example

White with #DD71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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