Html Css Color HEX #DD7AF6 Heliotrope

📋 copy color: '#DD7AF6'

red 221 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #DD7AF6

Tints of Heliotrope #DD7AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 37.52%
G = 20.71%
B = 41.77%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD7AF6 (or 0xDD7AF6) is known color: Heliotrope. HEX triplet: DD, 7A and F6. RGB value is (221,122,246). Sum of RGB (Red+Green+Blue) = 221+122+246=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF6 is #228509. Grayscale: #A5A5A5. Windows color (decimal): -2262282 or 16153309. OLE color: 16153309.

HSL color Cylindrical-coordinate representation of color #DD7AF6: hue angle of 287.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7AF6 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 122 246 -
CMYK 0.10 0.50 0 0.04
HSL 287.9º 0.87% 0.72% -
HSV(B) 287.9º 0.5% 0.96% -
XYZ 53.41 35.95 91.31 -
YUV 165.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 221 122 246 0.10 0.50 0 0.04 287.9 0.87 0.72
Hex DD 7A F6 A 32 0 4 120 57 48
Octal 335 172 366 12 62 0 4 440 127 110
Binary 11011101 1111010 11110110 1010 110010 0 100 100100000 1010111 1001000

Color Harmonies of #DD7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AF6

Black with #DD7AF6

Text Example


Text Example

White with #DD7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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