Html Css Color HEX #DD6CF3 Heliotrope

📋 copy color: '#DD6CF3'

red 221 ◦ green 108 ◦ blue 243

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

Shades of Heliotrope #DD6CF3

Tints of Heliotrope #DD6CF3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.88%

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

R = 38.64%
G = 18.88%
B = 42.48%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6CF3 (or 0xDD6CF3) is known color: Heliotrope. HEX triplet: DD, 6C and F3. RGB value is (221,108,243). Sum of RGB (Red+Green+Blue) = 221+108+243=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD6CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CF3 is #22930C. Grayscale: #9C9C9C. Windows color (decimal): -2265869 or 15953117. OLE color: 15953117.

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

Color convert

RGB 221 108 243 -
CMYK 0.09 0.56 0 0.05
HSL 290.22º 0.85% 0.69% -
HSV(B) 290.22º 0.56% 0.95% -
XYZ 51.36 32.57 88.37 -
YUV 157.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 221 108 243 0.09 0.56 0 0.05 290.22 0.85 0.69
Hex DD 6C F3 9 38 0 5 122 55 45
Octal 335 154 363 11 70 0 5 442 125 105
Binary 11011101 1101100 11110011 1001 111000 0 101 100100010 1010101 1000101

Color Harmonies of #DD6CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CF3

Black with #DD6CF3

Text Example


Text Example

White with #DD6CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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