Html Css Color HEX #DD7AF1 Heliotrope

📋 copy color: '#DD7AF1'

red 221 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #DD7AF1

Tints of Heliotrope #DD7AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 37.84%
G = 20.89%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD7AF1 (or 0xDD7AF1) is known color: Heliotrope. HEX triplet: DD, 7A and F1. RGB value is (221,122,241). Sum of RGB (Red+Green+Blue) = 221+122+241=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF1 is #22850E. Grayscale: #A4A4A4. Windows color (decimal): -2262287 or 15825629. OLE color: 15825629.

HSL color Cylindrical-coordinate representation of color #DD7AF1: hue angle of 289.92º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7AF1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 122 241 -
CMYK 0.08 0.49 0 0.05
HSL 289.92º 0.81% 0.71% -
HSV(B) 289.92º 0.49% 0.95% -
XYZ 52.66 35.64 87.32 -
YUV 165.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 221 122 241 0.08 0.49 0 0.05 289.92 0.81 0.71
Hex DD 7A F1 8 31 0 5 122 51 47
Octal 335 172 361 10 61 0 5 442 121 107
Binary 11011101 1111010 11110001 1000 110001 0 101 100100010 1010001 1000111

Color Harmonies of #DD7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AF1

Black with #DD7AF1

Text Example


Text Example

White with #DD7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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