Html Css Color HEX #DD6FF3 Heliotrope

📋 copy color: '#DD6FF3'

red 221 ◦ green 111 ◦ blue 243

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

Shades of Heliotrope #DD6FF3

Tints of Heliotrope #DD6FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.26%

R = 38.43%
G = 19.3%
B = 42.26%

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

#DD6FF3 (or 0xDD6FF3) is known color: Heliotrope. HEX triplet: DD, 6F and F3. RGB value is (221,111,243). Sum of RGB (Red+Green+Blue) = 221+111+243=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD6FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FF3 is #22900C. Grayscale: #9E9E9E. Windows color (decimal): -2265101 or 15953885. OLE color: 15953885.

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

Color convert

RGB 221 111 243 -
CMYK 0.09 0.54 0 0.05
HSL 290º 0.85% 0.69% -
HSV(B) 290º 0.54% 0.95% -
XYZ 51.68 33.21 88.48 -
YUV 158.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 221 111 243 0.09 0.54 0 0.05 290 0.85 0.69
Hex DD 6F F3 9 36 0 5 122 55 45
Octal 335 157 363 11 66 0 5 442 125 105
Binary 11011101 1101111 11110011 1001 110110 0 101 100100010 1010101 1000101

Color Harmonies of #DD6FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FF3

Black with #DD6FF3

Text Example


Text Example

White with #DD6FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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