Html Css Color HEX #DD7AFE Heliotrope

📋 copy color: '#DD7AFE'

red 221 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #DD7AFE

Tints of Heliotrope #DD7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 37.02%
G = 20.44%
B = 42.55%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD7AFE (or 0xDD7AFE) is known color: Heliotrope. HEX triplet: DD, 7A and FE. RGB value is (221,122,254). Sum of RGB (Red+Green+Blue) = 221+122+254=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AFE is #228501. Grayscale: #A6A6A6. Windows color (decimal): -2262274 or 16677597. OLE color: 16677597.

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

Color convert

RGB 221 122 254 -
CMYK 0.13 0.52 0 0.00
HSL 285º 0.99% 0.74% -
HSV(B) 285º 0.52% 1% -
XYZ 54.67 36.45 97.92 -
YUV 166.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 221 122 254 0.13 0.52 0 0.00 285 0.99 0.74
Hex DD 7A FE D 34 0 0 11D 63 4A
Octal 335 172 376 15 64 0 0 435 143 112
Binary 11011101 1111010 11111110 1101 110100 0 0 100011101 1100011 1001010

Color Harmonies of #DD7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AFE

Black with #DD7AFE

Text Example


Text Example

White with #DD7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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