Html Css Color HEX #DD47FA Heliotrope

📋 copy color: '#DD47FA'

red 221 ◦ green 71 ◦ blue 250

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

Shades of Heliotrope #DD47FA

Tints of Heliotrope #DD47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.1%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 40.77%
G = 13.1%
B = 46.13%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD47FA (or 0xDD47FA) is known color: Heliotrope. HEX triplet: DD, 47 and FA. RGB value is (221,71,250). Sum of RGB (Red+Green+Blue) = 221+71+250=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD47FA is #22B805. Grayscale: #878787. Windows color (decimal): -2275334 or 16402397. OLE color: 16402397.

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

Color convert

RGB 221 71 250 -
CMYK 0.12 0.72 0 0.02
HSL 290.28º 0.95% 0.63% -
HSV(B) 290.28º 0.72% 0.98% -
XYZ 49.33 26.78 93.01 -
YUV 136.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 221 71 250 0.12 0.72 0 0.02 290.28 0.95 0.63
Hex DD 47 FA C 48 0 2 122 5F 3F
Octal 335 107 372 14 110 0 2 442 137 77
Binary 11011101 1000111 11111010 1100 1001000 0 10 100100010 1011111 111111

Color Harmonies of #DD47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47FA

Black with #DD47FA

Text Example


Text Example

White with #DD47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47FA; }

 p { color: rgb(221,71,250); }

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

background-color css

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

 a { background-color: rgb(221,71,250); }

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

border-color css

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

 span { border-color: rgb(221,71,250); }

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