Html Css Color HEX #DD6BF1 Heliotrope

📋 copy color: '#DD6BF1'

red 221 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #DD6BF1

Tints of Heliotrope #DD6BF1

RGB

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

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

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

R = 38.84%
G = 18.8%
B = 42.36%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6BF1 (or 0xDD6BF1) is known color: Heliotrope. HEX triplet: DD, 6B and F1. RGB value is (221,107,241). Sum of RGB (Red+Green+Blue) = 221+107+241=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BF1 is #22940E. Grayscale: #9B9B9B. Windows color (decimal): -2266127 or 15821789. OLE color: 15821789.

HSL color Cylindrical-coordinate representation of color #DD6BF1: hue angle of 291.04º degrees, saturation: 0.83, 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 #DD6BF1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 107 241 -
CMYK 0.08 0.56 0 0.05
HSL 291.04º 0.83% 0.68% -
HSV(B) 291.04º 0.56% 0.95% -
XYZ 50.95 32.24 86.76 -
YUV 156.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 221 107 241 0.08 0.56 0 0.05 291.04 0.83 0.68
Hex DD 6B F1 8 38 0 5 123 53 44
Octal 335 153 361 10 70 0 5 443 123 104
Binary 11011101 1101011 11110001 1000 111000 0 101 100100011 1010011 1000100

Color Harmonies of #DD6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BF1

Black with #DD6BF1

Text Example


Text Example

White with #DD6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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