Html Css Color HEX #DD7AFA Heliotrope

📋 copy color: '#DD7AFA'

red 221 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #DD7AFA

Tints of Heliotrope #DD7AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.57%

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

R = 37.27%
G = 20.57%
B = 42.16%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7AFA (or 0xDD7AFA) is known color: Heliotrope. HEX triplet: DD, 7A and FA. RGB value is (221,122,250). Sum of RGB (Red+Green+Blue) = 221+122+250=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AFA is #228505. Grayscale: #A5A5A5. Windows color (decimal): -2262278 or 16415453. OLE color: 16415453.

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

Color convert

RGB 221 122 250 -
CMYK 0.12 0.51 0 0.02
HSL 286.41º 0.93% 0.73% -
HSV(B) 286.41º 0.51% 0.98% -
XYZ 54.03 36.19 94.58 -
YUV 166.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 221 122 250 0.12 0.51 0 0.02 286.41 0.93 0.73
Hex DD 7A FA C 33 0 2 11E 5D 49
Octal 335 172 372 14 63 0 2 436 135 111
Binary 11011101 1111010 11111010 1100 110011 0 10 100011110 1011101 1001001

Color Harmonies of #DD7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AFA

Black with #DD7AFA

Text Example


Text Example

White with #DD7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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