Html Css Color HEX #DD7AFB Heliotrope

📋 copy color: '#DD7AFB'

red 221 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #DD7AFB

Tints of Heliotrope #DD7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 37.21%
G = 20.54%
B = 42.26%

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

#DD7AFB (or 0xDD7AFB) is known color: Heliotrope. HEX triplet: DD, 7A and FB. RGB value is (221,122,251). Sum of RGB (Red+Green+Blue) = 221+122+251=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AFB is #228504. Grayscale: #A5A5A5. Windows color (decimal): -2262277 or 16480989. OLE color: 16480989.

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

Color convert

RGB 221 122 251 -
CMYK 0.12 0.51 0 0.02
HSL 286.05º 0.94% 0.73% -
HSV(B) 286.05º 0.51% 0.98% -
XYZ 54.19 36.26 95.41 -
YUV 166.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 221 122 251 0.12 0.51 0 0.02 286.05 0.94 0.73
Hex DD 7A FB C 33 0 2 11E 5E 49
Octal 335 172 373 14 63 0 2 436 136 111
Binary 11011101 1111010 11111011 1100 110011 0 10 100011110 1011110 1001001

Color Harmonies of #DD7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AFB

Black with #DD7AFB

Text Example


Text Example

White with #DD7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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