Html Css Color HEX #DD7AF9 Heliotrope

📋 copy color: '#DD7AF9'

red 221 ◦ green 122 ◦ blue 249

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

Shades of Heliotrope #DD7AF9

Tints of Heliotrope #DD7AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 37.33%
G = 20.61%
B = 42.06%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7AF9 (or 0xDD7AF9) is known color: Heliotrope. HEX triplet: DD, 7A and F9. RGB value is (221,122,249). Sum of RGB (Red+Green+Blue) = 221+122+249=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF9 is #228506. Grayscale: #A5A5A5. Windows color (decimal): -2262279 or 16349917. OLE color: 16349917.

HSL color Cylindrical-coordinate representation of color #DD7AF9: hue angle of 286.77º degrees, saturation: 0.91, 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 #DD7AF9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 122 249 -
CMYK 0.11 0.51 0 0.02
HSL 286.77º 0.91% 0.73% -
HSV(B) 286.77º 0.51% 0.98% -
XYZ 53.88 36.13 93.76 -
YUV 166.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 221 122 249 0.11 0.51 0 0.02 286.77 0.91 0.73
Hex DD 7A F9 B 33 0 2 11F 5B 49
Octal 335 172 371 13 63 0 2 437 133 111
Binary 11011101 1111010 11111001 1011 110011 0 10 100011111 1011011 1001001

Color Harmonies of #DD7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AF9

Black with #DD7AF9

Text Example


Text Example

White with #DD7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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