Html Css Color HEX #DD7CF6 Heliotrope

📋 copy color: '#DD7CF6'

red 221 ◦ green 124 ◦ blue 246

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

Shades of Heliotrope #DD7CF6

Tints of Heliotrope #DD7CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.98%

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

R = 37.39%
G = 20.98%
B = 41.62%

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

#DD7CF6 (or 0xDD7CF6) is known color: Heliotrope. HEX triplet: DD, 7C and F6. RGB value is (221,124,246). Sum of RGB (Red+Green+Blue) = 221+124+246=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CF6 is #228309. Grayscale: #A6A6A6. Windows color (decimal): -2261770 or 16153821. OLE color: 16153821.

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

Color convert

RGB 221 124 246 -
CMYK 0.10 0.50 0 0.04
HSL 287.7º 0.87% 0.73% -
HSV(B) 287.7º 0.5% 0.96% -
XYZ 53.66 36.44 91.39 -
YUV 166.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 221 124 246 0.10 0.50 0 0.04 287.7 0.87 0.73
Hex DD 7C F6 A 32 0 4 120 57 49
Octal 335 174 366 12 62 0 4 440 127 111
Binary 11011101 1111100 11110110 1010 110010 0 100 100100000 1010111 1001001

Color Harmonies of #DD7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CF6

Black with #DD7CF6

Text Example


Text Example

White with #DD7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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