Html Css Color HEX #DD6BF6 Heliotrope

📋 copy color: '#DD6BF6'

red 221 ◦ green 107 ◦ blue 246

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

Shades of Heliotrope #DD6BF6

Tints of Heliotrope #DD6BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.64%

 BLUE value IS 246 (96.48% from 255) = 42.86%

R = 38.5%
G = 18.64%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD6BF6 (or 0xDD6BF6) is known color: Heliotrope. HEX triplet: DD, 6B and F6. RGB value is (221,107,246). Sum of RGB (Red+Green+Blue) = 221+107+246=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD6BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BF6 is #229409. Grayscale: #9C9C9C. Windows color (decimal): -2266122 or 16149469. OLE color: 16149469.

HSL color Cylindrical-coordinate representation of color #DD6BF6: hue angle of 289.21º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6BF6 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 107 246 -
CMYK 0.10 0.57 0 0.04
HSL 289.21º 0.89% 0.69% -
HSV(B) 289.21º 0.57% 0.96% -
XYZ 51.71 32.54 90.74 -
YUV 156.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 221 107 246 0.10 0.57 0 0.04 289.21 0.89 0.69
Hex DD 6B F6 A 39 0 4 121 59 45
Octal 335 153 366 12 71 0 4 441 131 105
Binary 11011101 1101011 11110110 1010 111001 0 100 100100001 1011001 1000101

Color Harmonies of #DD6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BF6

Black with #DD6BF6

Text Example


Text Example

White with #DD6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BF6; }

 p { color: rgb(221,107,246); }

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

background-color css

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

 a { background-color: rgb(221,107,246); }

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

border-color css

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

 span { border-color: rgb(221,107,246); }

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