Html Css Color HEX #DD71FC Heliotrope

📋 copy color: '#DD71FC'

red 221 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #DD71FC

Tints of Heliotrope #DD71FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 37.71%
G = 19.28%
B = 43%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD71FC (or 0xDD71FC) is known color: Heliotrope. HEX triplet: DD, 71 and FC. RGB value is (221,113,252). Sum of RGB (Red+Green+Blue) = 221+113+252=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD71FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FC is #228E03. Grayscale: #A0A0A0. Windows color (decimal): -2264580 or 16544221. OLE color: 16544221.

HSL color Cylindrical-coordinate representation of color #DD71FC: hue angle of 286.62º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD71FC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 113 252 -
CMYK 0.12 0.55 0 0.01
HSL 286.62º 0.96% 0.72% -
HSV(B) 286.62º 0.55% 0.99% -
XYZ 53.29 34.21 95.89 -
YUV 161.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 221 113 252 0.12 0.55 0 0.01 286.62 0.96 0.72
Hex DD 71 FC C 37 0 1 11F 60 48
Octal 335 161 374 14 67 0 1 437 140 110
Binary 11011101 1110001 11111100 1100 110111 0 1 100011111 1100000 1001000

Color Harmonies of #DD71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71FC

Black with #DD71FC

Text Example


Text Example

White with #DD71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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