Html Css Color HEX #DD7BF1 Heliotrope

📋 copy color: '#DD7BF1'

red 221 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #DD7BF1

Tints of Heliotrope #DD7BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.03%

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

R = 37.78%
G = 21.03%
B = 41.2%

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

#DD7BF1 (or 0xDD7BF1) is known color: Heliotrope. HEX triplet: DD, 7B and F1. RGB value is (221,123,241). Sum of RGB (Red+Green+Blue) = 221+123+241=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BF1 is #22840E. Grayscale: #A5A5A5. Windows color (decimal): -2262031 or 15825885. OLE color: 15825885.

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

Color convert

RGB 221 123 241 -
CMYK 0.08 0.49 0 0.05
HSL 289.83º 0.81% 0.71% -
HSV(B) 289.83º 0.49% 0.95% -
XYZ 52.78 35.89 87.36 -
YUV 165.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 221 123 241 0.08 0.49 0 0.05 289.83 0.81 0.71
Hex DD 7B F1 8 31 0 5 122 51 47
Octal 335 173 361 10 61 0 5 442 121 107
Binary 11011101 1111011 11110001 1000 110001 0 101 100100010 1010001 1000111

Color Harmonies of #DD7BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BF1

Black with #DD7BF1

Text Example


Text Example

White with #DD7BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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