Html Css Color HEX #DD6AF3 Heliotrope

📋 copy color: '#DD6AF3'

red 221 ◦ green 106 ◦ blue 243

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

Shades of Heliotrope #DD6AF3

Tints of Heliotrope #DD6AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.6%

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

R = 38.77%
G = 18.6%
B = 42.63%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6AF3 (or 0xDD6AF3) is known color: Heliotrope. HEX triplet: DD, 6A and F3. RGB value is (221,106,243). Sum of RGB (Red+Green+Blue) = 221+106+243=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD6AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AF3 is #22950C. Grayscale: #9B9B9B. Windows color (decimal): -2266381 or 15952605. OLE color: 15952605.

HSL color Cylindrical-coordinate representation of color #DD6AF3: hue angle of 290.36º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6AF3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 106 243 -
CMYK 0.09 0.56 0 0.05
HSL 290.37º 0.85% 0.68% -
HSV(B) 290.37º 0.56% 0.95% -
XYZ 51.15 32.15 88.3 -
YUV 156 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 221 106 243 0.09 0.56 0 0.05 290.37 0.85 0.68
Hex DD 6A F3 9 38 0 5 122 55 44
Octal 335 152 363 11 70 0 5 442 125 104
Binary 11011101 1101010 11110011 1001 111000 0 101 100100010 1010101 1000100

Color Harmonies of #DD6AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AF3

Black with #DD6AF3

Text Example


Text Example

White with #DD6AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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