Html Css Color HEX #DD43FD Heliotrope

📋 copy color: '#DD43FD'

red 221 ◦ green 67 ◦ blue 253

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

Shades of Heliotrope #DD43FD

Tints of Heliotrope #DD43FD

RGB

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

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

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

R = 40.85%
G = 12.38%
B = 46.77%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD43FD (or 0xDD43FD) is known color: Heliotrope. HEX triplet: DD, 43 and FD. RGB value is (221,67,253). Sum of RGB (Red+Green+Blue) = 221+67+253=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 67 (26.56% from 255 or 12.38% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD43FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD43FD is #22BC02. Grayscale: #858585. Windows color (decimal): -2276355 or 16597981. OLE color: 16597981.

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

Color convert

RGB 221 67 253 -
CMYK 0.13 0.74 0 0.01
HSL 289.68º 0.98% 0.63% -
HSV(B) 289.68º 0.74% 0.99% -
XYZ 49.56 26.48 95.43 -
YUV 134.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 221 67 253 0.13 0.74 0 0.01 289.68 0.98 0.63
Hex DD 43 FD D 4A 0 1 122 62 3F
Octal 335 103 375 15 112 0 1 442 142 77
Binary 11011101 1000011 11111101 1101 1001010 0 1 100100010 1100010 111111

Color Harmonies of #DD43FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43FD

Black with #DD43FD

Text Example


Text Example

White with #DD43FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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