Html Css Color HEX #DD43FF Heliotrope

📋 copy color: '#DD43FF'

red 221 ◦ green 67 ◦ blue 255

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

Shades of Heliotrope #DD43FF

Tints of Heliotrope #DD43FF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.34%

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

R = 40.7%
G = 12.34%
B = 46.96%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD43FF (or 0xDD43FF) is known color: Heliotrope. HEX triplet: DD, 43 and FF. RGB value is (221,67,255). Sum of RGB (Red+Green+Blue) = 221+67+255=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 67 (26.56% from 255 or 12.34% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD43FF is #22BC00. Grayscale: #858585. Windows color (decimal): -2276353 or 16729053. OLE color: 16729053.

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

Color convert

RGB 221 67 255 -
CMYK 0.13 0.74 0 0
HSL 289.15º 1% 0.63% -
HSV(B) 289.15º 0.74% 1% -
XYZ 49.88 26.61 97.11 -
YUV 134.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 221 67 255 0.13 0.74 0 0 289.15 1 0.63
Hex DD 43 FF D 4A 0 0 121 64 3F
Octal 335 103 377 15 112 0 0 441 144 77
Binary 11011101 1000011 11111111 1101 1001010 0 0 100100001 1100100 111111

Color Harmonies of #DD43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43FF

Black with #DD43FF

Text Example


Text Example

White with #DD43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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