Html Css Color HEX #DD66F1 Heliotrope

📋 copy color: '#DD66F1'

red 221 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #DD66F1

Tints of Heliotrope #DD66F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.09%

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

R = 39.18%
G = 18.09%
B = 42.73%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD66F1 (or 0xDD66F1) is known color: Heliotrope. HEX triplet: DD, 66 and F1. RGB value is (221,102,241). Sum of RGB (Red+Green+Blue) = 221+102+241=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F1 is #22990E. Grayscale: #989898. Windows color (decimal): -2267407 or 15820509. OLE color: 15820509.

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

Color convert

RGB 221 102 241 -
CMYK 0.08 0.58 0 0.05
HSL 291.37º 0.83% 0.67% -
HSV(B) 291.37º 0.58% 0.95% -
XYZ 50.45 31.23 86.59 -
YUV 153.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 221 102 241 0.08 0.58 0 0.05 291.37 0.83 0.67
Hex DD 66 F1 8 3A 0 5 123 53 43
Octal 335 146 361 10 72 0 5 443 123 103
Binary 11011101 1100110 11110001 1000 111010 0 101 100100011 1010011 1000011

Color Harmonies of #DD66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66F1

Black with #DD66F1

Text Example


Text Example

White with #DD66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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