Html Css Color HEX #DD71FB Heliotrope

📋 copy color: '#DD71FB'

red 221 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #DD71FB

Tints of Heliotrope #DD71FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 37.78%
G = 19.32%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD71FB (or 0xDD71FB) is known color: Heliotrope. HEX triplet: DD, 71 and FB. RGB value is (221,113,251). Sum of RGB (Red+Green+Blue) = 221+113+251=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FB is #228E04. Grayscale: #A0A0A0. Windows color (decimal): -2264581 or 16478685. OLE color: 16478685.

HSL color Cylindrical-coordinate representation of color #DD71FB: hue angle of 286.96º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD71FB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 113 251 -
CMYK 0.12 0.55 0 0.02
HSL 286.96º 0.95% 0.71% -
HSV(B) 286.96º 0.55% 0.98% -
XYZ 53.14 34.15 95.06 -
YUV 161.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 221 113 251 0.12 0.55 0 0.02 286.96 0.95 0.71
Hex DD 71 FB C 37 0 2 11F 5F 47
Octal 335 161 373 14 67 0 2 437 137 107
Binary 11011101 1110001 11111011 1100 110111 0 10 100011111 1011111 1000111

Color Harmonies of #DD71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71FB

Black with #DD71FB

Text Example


Text Example

White with #DD71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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