Html Css Color HEX #DD6FF2 Heliotrope

📋 copy color: '#DD6FF2'

red 221 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #DD6FF2

Tints of Heliotrope #DD6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.34%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 38.5%
G = 19.34%
B = 42.16%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6FF2 (or 0xDD6FF2) is known color: Heliotrope. HEX triplet: DD, 6F and F2. RGB value is (221,111,242). Sum of RGB (Red+Green+Blue) = 221+111+242=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FF2 is #22900D. Grayscale: #9E9E9E. Windows color (decimal): -2265102 or 15888349. OLE color: 15888349.

HSL color Cylindrical-coordinate representation of color #DD6FF2: hue angle of 290.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6FF2 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 111 242 -
CMYK 0.09 0.54 0 0.05
HSL 290.38º 0.83% 0.69% -
HSV(B) 290.38º 0.54% 0.95% -
XYZ 51.53 33.15 87.69 -
YUV 158.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 221 111 242 0.09 0.54 0 0.05 290.38 0.83 0.69
Hex DD 6F F2 9 36 0 5 122 53 45
Octal 335 157 362 11 66 0 5 442 123 105
Binary 11011101 1101111 11110010 1001 110110 0 101 100100010 1010011 1000101

Color Harmonies of #DD6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FF2

Black with #DD6FF2

Text Example


Text Example

White with #DD6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FF2; }

 p { color: rgb(221,111,242); }

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

background-color css

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

 a { background-color: rgb(221,111,242); }

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

border-color css

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

 span { border-color: rgb(221,111,242); }

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