Html Css Color HEX #DD7AF3 Heliotrope

📋 copy color: '#DD7AF3'

red 221 ◦ green 122 ◦ blue 243

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

Shades of Heliotrope #DD7AF3

Tints of Heliotrope #DD7AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.47%

R = 37.71%
G = 20.82%
B = 41.47%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD7AF3 (or 0xDD7AF3) is known color: Heliotrope. HEX triplet: DD, 7A and F3. RGB value is (221,122,243). Sum of RGB (Red+Green+Blue) = 221+122+243=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD7AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF3 is #22850C. Grayscale: #A5A5A5. Windows color (decimal): -2262285 or 15956701. OLE color: 15956701.

HSL color Cylindrical-coordinate representation of color #DD7AF3: hue angle of 289.09º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7AF3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 122 243 -
CMYK 0.09 0.50 0 0.05
HSL 289.09º 0.83% 0.72% -
HSV(B) 289.09º 0.5% 0.95% -
XYZ 52.96 35.76 88.91 -
YUV 165.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 221 122 243 0.09 0.50 0 0.05 289.09 0.83 0.72
Hex DD 7A F3 9 32 0 5 121 53 48
Octal 335 172 363 11 62 0 5 441 123 110
Binary 11011101 1111010 11110011 1001 110010 0 101 100100001 1010011 1001000

Color Harmonies of #DD7AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AF3

Black with #DD7AF3

Text Example


Text Example

White with #DD7AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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