Html Css Color HEX #DD6CF1 Heliotrope

📋 copy color: '#DD6CF1'

red 221 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #DD6CF1

Tints of Heliotrope #DD6CF1

RGB

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

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

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

R = 38.77%
G = 18.95%
B = 42.28%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD6CF1 (or 0xDD6CF1) is known color: Heliotrope. HEX triplet: DD, 6C and F1. RGB value is (221,108,241). Sum of RGB (Red+Green+Blue) = 221+108+241=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CF1 is #22930E. Grayscale: #9C9C9C. Windows color (decimal): -2265871 or 15822045. OLE color: 15822045.

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

Color convert

RGB 221 108 241 -
CMYK 0.08 0.55 0 0.05
HSL 290.98º 0.83% 0.68% -
HSV(B) 290.98º 0.55% 0.95% -
XYZ 51.06 32.45 86.79 -
YUV 156.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 221 108 241 0.08 0.55 0 0.05 290.98 0.83 0.68
Hex DD 6C F1 8 37 0 5 123 53 44
Octal 335 154 361 10 67 0 5 443 123 104
Binary 11011101 1101100 11110001 1000 110111 0 101 100100011 1010011 1000100

Color Harmonies of #DD6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CF1

Black with #DD6CF1

Text Example


Text Example

White with #DD6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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