Html Css Color HEX #DD7BF9 Heliotrope

📋 copy color: '#DD7BF9'

red 221 ◦ green 123 ◦ blue 249

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

Shades of Heliotrope #DD7BF9

Tints of Heliotrope #DD7BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 37.27%
G = 20.74%
B = 41.99%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7BF9 (or 0xDD7BF9) is known color: Heliotrope. HEX triplet: DD, 7B and F9. RGB value is (221,123,249). Sum of RGB (Red+Green+Blue) = 221+123+249=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BF9 is #228406. Grayscale: #A6A6A6. Windows color (decimal): -2262023 or 16350173. OLE color: 16350173.

HSL color Cylindrical-coordinate representation of color #DD7BF9: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7BF9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 123 249 -
CMYK 0.11 0.51 0 0.02
HSL 286.67º 0.91% 0.73% -
HSV(B) 286.67º 0.51% 0.98% -
XYZ 54 36.38 93.8 -
YUV 166.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 221 123 249 0.11 0.51 0 0.02 286.67 0.91 0.73
Hex DD 7B F9 B 33 0 2 11F 5B 49
Octal 335 173 371 13 63 0 2 437 133 111
Binary 11011101 1111011 11111001 1011 110011 0 10 100011111 1011011 1001001

Color Harmonies of #DD7BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BF9

Black with #DD7BF9

Text Example


Text Example

White with #DD7BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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