Html Css Color HEX #DD7BF6 Heliotrope

📋 copy color: '#DD7BF6'

red 221 ◦ green 123 ◦ blue 246

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

Shades of Heliotrope #DD7BF6

Tints of Heliotrope #DD7BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.85%

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

R = 37.46%
G = 20.85%
B = 41.69%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD7BF6 (or 0xDD7BF6) is known color: Heliotrope. HEX triplet: DD, 7B and F6. RGB value is (221,123,246). Sum of RGB (Red+Green+Blue) = 221+123+246=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD7BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BF6 is #228409. Grayscale: #A5A5A5. Windows color (decimal): -2262026 or 16153565. OLE color: 16153565.

HSL color Cylindrical-coordinate representation of color #DD7BF6: hue angle of 287.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7BF6 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 123 246 -
CMYK 0.10 0.50 0 0.04
HSL 287.8º 0.87% 0.72% -
HSV(B) 287.8º 0.5% 0.96% -
XYZ 53.54 36.19 91.35 -
YUV 166.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 221 123 246 0.10 0.50 0 0.04 287.8 0.87 0.72
Hex DD 7B F6 A 32 0 4 120 57 48
Octal 335 173 366 12 62 0 4 440 127 110
Binary 11011101 1111011 11110110 1010 110010 0 100 100100000 1010111 1001000

Color Harmonies of #DD7BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BF6

Black with #DD7BF6

Text Example


Text Example

White with #DD7BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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