Html Css Color HEX #DD7CF1 Heliotrope

📋 copy color: '#DD7CF1'

red 221 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #DD7CF1

Tints of Heliotrope #DD7CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.16%

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

R = 37.71%
G = 21.16%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD7CF1 (or 0xDD7CF1) is known color: Heliotrope. HEX triplet: DD, 7C and F1. RGB value is (221,124,241). Sum of RGB (Red+Green+Blue) = 221+124+241=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CF1 is #22830E. Grayscale: #A5A5A5. Windows color (decimal): -2261775 or 15826141. OLE color: 15826141.

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

Color convert

RGB 221 124 241 -
CMYK 0.08 0.49 0 0.05
HSL 289.74º 0.81% 0.72% -
HSV(B) 289.74º 0.49% 0.95% -
XYZ 52.9 36.14 87.41 -
YUV 166.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 221 124 241 0.08 0.49 0 0.05 289.74 0.81 0.72
Hex DD 7C F1 8 31 0 5 122 51 48
Octal 335 174 361 10 61 0 5 442 121 110
Binary 11011101 1111100 11110001 1000 110001 0 101 100100010 1010001 1001000

Color Harmonies of #DD7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CF1

Black with #DD7CF1

Text Example


Text Example

White with #DD7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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