Html Css Color HEX #DD48FF Heliotrope

📋 copy color: '#DD48FF'

red 221 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #DD48FF

Tints of Heliotrope #DD48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.14%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 40.33%
G = 13.14%
B = 46.53%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD48FF (or 0xDD48FF) is known color: Heliotrope. HEX triplet: DD, 48 and FF. RGB value is (221,72,255). Sum of RGB (Red+Green+Blue) = 221+72+255=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 72 (28.52% from 255 or 13.14% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD48FF is #22B700. Grayscale: #888888. Windows color (decimal): -2275073 or 16730333. OLE color: 16730333.

HSL color Cylindrical-coordinate representation of color #DD48FF: hue angle of 288.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD48FF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 72 255 -
CMYK 0.13 0.72 0 0
HSL 288.85º 1% 0.64% -
HSV(B) 288.85º 0.72% 1% -
XYZ 50.19 27.23 97.22 -
YUV 137.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 221 72 255 0.13 0.72 0 0 288.85 1 0.64
Hex DD 48 FF D 48 0 0 121 64 40
Octal 335 110 377 15 110 0 0 441 144 100
Binary 11011101 1001000 11111111 1101 1001000 0 0 100100001 1100100 1000000

Color Harmonies of #DD48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48FF

Black with #DD48FF

Text Example


Text Example

White with #DD48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48FF; }

 p { color: rgb(221,72,255); }

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

background-color css

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

 a { background-color: rgb(221,72,255); }

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

border-color css

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

 span { border-color: rgb(221,72,255); }

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