Html Css Color HEX #DD82F8 Heliotrope

📋 copy color: '#DD82F8'

red 221 ◦ green 130 ◦ blue 248

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

Shades of Heliotrope #DD82F8

Tints of Heliotrope #DD82F8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.7%

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 36.89%
G = 21.7%
B = 41.4%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD82F8 (or 0xDD82F8) is known color: Heliotrope. HEX triplet: DD, 82 and F8. RGB value is (221,130,248). Sum of RGB (Red+Green+Blue) = 221+130+248=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD82F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD82F8 is #227D07. Grayscale: #AAAAAA. Windows color (decimal): -2260232 or 16286429. OLE color: 16286429.

HSL color Cylindrical-coordinate representation of color #DD82F8: hue angle of 286.27º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD82F8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 130 248 -
CMYK 0.11 0.48 0 0.03
HSL 286.27º 0.89% 0.74% -
HSV(B) 286.27º 0.48% 0.97% -
XYZ 54.74 38.11 93.28 -
YUV 170.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 221 130 248 0.11 0.48 0 0.03 286.27 0.89 0.74
Hex DD 82 F8 B 30 0 3 11E 59 4A
Octal 335 202 370 13 60 0 3 436 131 112
Binary 11011101 10000010 11111000 1011 110000 0 11 100011110 1011001 1001010

Color Harmonies of #DD82F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82F8

Black with #DD82F8

Text Example


Text Example

White with #DD82F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82F8; }

 p { color: rgb(221,130,248); }

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

background-color css

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

 a { background-color: rgb(221,130,248); }

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

border-color css

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

 span { border-color: rgb(221,130,248); }

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