Html Css Color HEX #DD7AFF Heliotrope

📋 copy color: '#DD7AFF'

red 221 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #DD7AFF

Tints of Heliotrope #DD7AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.64%

R = 36.96%
G = 20.4%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD7AFF (or 0xDD7AFF) is known color: Heliotrope. HEX triplet: DD, 7A and FF. RGB value is (221,122,255). Sum of RGB (Red+Green+Blue) = 221+122+255=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AFF is #228500. Grayscale: #A6A6A6. Windows color (decimal): -2262273 or 16743133. OLE color: 16743133.

HSL color Cylindrical-coordinate representation of color #DD7AFF: hue angle of 284.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7AFF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 122 255 -
CMYK 0.13 0.52 0 0
HSL 284.66º 1% 0.74% -
HSV(B) 284.66º 0.52% 1% -
XYZ 54.83 36.51 98.77 -
YUV 166.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 221 122 255 0.13 0.52 0 0 284.66 1 0.74
Hex DD 7A FF D 34 0 0 11D 64 4A
Octal 335 172 377 15 64 0 0 435 144 112
Binary 11011101 1111010 11111111 1101 110100 0 0 100011101 1100100 1001010

Color Harmonies of #DD7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AFF

Black with #DD7AFF

Text Example


Text Example

White with #DD7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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