Html Css Color HEX #DD6BF0 Heliotrope

📋 copy color: '#DD6BF0'

red 221 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #DD6BF0

Tints of Heliotrope #DD6BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.25%

R = 38.91%
G = 18.84%
B = 42.25%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD6BF0 (or 0xDD6BF0) is known color: Heliotrope. HEX triplet: DD, 6B and F0. RGB value is (221,107,240). Sum of RGB (Red+Green+Blue) = 221+107+240=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BF0 is #22940F. Grayscale: #9B9B9B. Windows color (decimal): -2266128 or 15756253. OLE color: 15756253.

HSL color Cylindrical-coordinate representation of color #DD6BF0: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6BF0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 107 240 -
CMYK 0.08 0.55 0 0.06
HSL 291.43º 0.82% 0.68% -
HSV(B) 291.43º 0.55% 0.94% -
XYZ 50.8 32.18 85.97 -
YUV 156.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 221 107 240 0.08 0.55 0 0.06 291.43 0.82 0.68
Hex DD 6B F0 8 37 0 6 123 52 44
Octal 335 153 360 10 67 0 6 443 122 104
Binary 11011101 1101011 11110000 1000 110111 0 110 100100011 1010010 1000100

Color Harmonies of #DD6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BF0

Black with #DD6BF0

Text Example


Text Example

White with #DD6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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