Html Css Color HEX #DD4DFD Heliotrope

📋 copy color: '#DD4DFD'

red 221 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #DD4DFD

Tints of Heliotrope #DD4DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 40.11%
G = 13.97%
B = 45.92%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD4DFD (or 0xDD4DFD) is known color: Heliotrope. HEX triplet: DD, 4D and FD. RGB value is (221,77,253). Sum of RGB (Red+Green+Blue) = 221+77+253=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DFD is #22B202. Grayscale: #8B8B8B. Windows color (decimal): -2273795 or 16600541. OLE color: 16600541.

HSL color Cylindrical-coordinate representation of color #DD4DFD: hue angle of 289.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4DFD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 77 253 -
CMYK 0.13 0.70 0 0.01
HSL 289.09º 0.98% 0.65% -
HSV(B) 289.09º 0.7% 0.99% -
XYZ 50.2 27.77 95.64 -
YUV 140.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 221 77 253 0.13 0.70 0 0.01 289.09 0.98 0.65
Hex DD 4D FD D 46 0 1 121 62 41
Octal 335 115 375 15 106 0 1 441 142 101
Binary 11011101 1001101 11111101 1101 1000110 0 1 100100001 1100010 1000001

Color Harmonies of #DD4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DFD

Black with #DD4DFD

Text Example


Text Example

White with #DD4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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