Html Css Color HEX #DD6FF1 Heliotrope

📋 copy color: '#DD6FF1'

red 221 ◦ green 111 ◦ blue 241

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

Shades of Heliotrope #DD6FF1

Tints of Heliotrope #DD6FF1

RGB

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

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

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

R = 38.57%
G = 19.37%
B = 42.06%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6FF1 (or 0xDD6FF1) is known color: Heliotrope. HEX triplet: DD, 6F and F1. RGB value is (221,111,241). Sum of RGB (Red+Green+Blue) = 221+111+241=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FF1 is #22900E. Grayscale: #9E9E9E. Windows color (decimal): -2265103 or 15822813. OLE color: 15822813.

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

Color convert

RGB 221 111 241 -
CMYK 0.08 0.54 0 0.05
HSL 290.77º 0.82% 0.69% -
HSV(B) 290.77º 0.54% 0.95% -
XYZ 51.38 33.09 86.9 -
YUV 158.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 221 111 241 0.08 0.54 0 0.05 290.77 0.82 0.69
Hex DD 6F F1 8 36 0 5 123 52 45
Octal 335 157 361 10 66 0 5 443 122 105
Binary 11011101 1101111 11110001 1000 110110 0 101 100100011 1010010 1000101

Color Harmonies of #DD6FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FF1

Black with #DD6FF1

Text Example


Text Example

White with #DD6FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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