Html Css Color HEX #DD4DF8 Heliotrope

📋 copy color: '#DD4DF8'

red 221 ◦ green 77 ◦ blue 248

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

Shades of Heliotrope #DD4DF8

Tints of Heliotrope #DD4DF8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.1%

 BLUE value IS 248 (97.27% from 255) = 45.42%

R = 40.48%
G = 14.1%
B = 45.42%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD4DF8 (or 0xDD4DF8) is known color: Heliotrope. HEX triplet: DD, 4D and F8. RGB value is (221,77,248). Sum of RGB (Red+Green+Blue) = 221+77+248=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD4DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DF8 is #22B207. Grayscale: #8B8B8B. Windows color (decimal): -2273800 or 16272861. OLE color: 16272861.

HSL color Cylindrical-coordinate representation of color #DD4DF8: hue angle of 290.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4DF8 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 77 248 -
CMYK 0.11 0.69 0 0.03
HSL 290.53º 0.92% 0.64% -
HSV(B) 290.53º 0.69% 0.97% -
XYZ 49.42 27.46 91.5 -
YUV 139.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 221 77 248 0.11 0.69 0 0.03 290.53 0.92 0.64
Hex DD 4D F8 B 45 0 3 123 5C 40
Octal 335 115 370 13 105 0 3 443 134 100
Binary 11011101 1001101 11111000 1011 1000101 0 11 100100011 1011100 1000000

Color Harmonies of #DD4DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DF8

Black with #DD4DF8

Text Example


Text Example

White with #DD4DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DF8; }

 p { color: rgb(221,77,248); }

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

background-color css

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

 a { background-color: rgb(221,77,248); }

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

border-color css

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

 span { border-color: rgb(221,77,248); }

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