Html Css Color HEX #DD42FD Heliotrope

📋 copy color: '#DD42FD'

red 221 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #DD42FD

Tints of Heliotrope #DD42FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.22%

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

R = 40.93%
G = 12.22%
B = 46.85%

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

#DD42FD (or 0xDD42FD) is known color: Heliotrope. HEX triplet: DD, 42 and FD. RGB value is (221,66,253). Sum of RGB (Red+Green+Blue) = 221+66+253=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 66 (26.17% from 255 or 12.22% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD42FD is #22BD02. Grayscale: #858585. Windows color (decimal): -2276611 or 16597725. OLE color: 16597725.

HSL color Cylindrical-coordinate representation of color #DD42FD: hue angle of 289.73º 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 #DD42FD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 66 253 -
CMYK 0.13 0.74 0 0.01
HSL 289.73º 0.98% 0.63% -
HSV(B) 289.73º 0.74% 0.99% -
XYZ 49.5 26.36 95.41 -
YUV 133.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 221 66 253 0.13 0.74 0 0.01 289.73 0.98 0.63
Hex DD 42 FD D 4A 0 1 122 62 3F
Octal 335 102 375 15 112 0 1 442 142 77
Binary 11011101 1000010 11111101 1101 1001010 0 1 100100010 1100010 111111

Color Harmonies of #DD42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42FD

Black with #DD42FD

Text Example


Text Example

White with #DD42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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