Html Css Color HEX #DD74FD Heliotrope

📋 copy color: '#DD74FD'

red 221 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #DD74FD

Tints of Heliotrope #DD74FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.66%

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

R = 37.46%
G = 19.66%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD74FD (or 0xDD74FD) is known color: Heliotrope. HEX triplet: DD, 74 and FD. RGB value is (221,116,253). Sum of RGB (Red+Green+Blue) = 221+116+253=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FD is #228B02. Grayscale: #A2A2A2. Windows color (decimal): -2263811 or 16610525. OLE color: 16610525.

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

Color convert

RGB 221 116 253 -
CMYK 0.13 0.54 0 0.01
HSL 285.99º 0.97% 0.72% -
HSV(B) 285.99º 0.54% 0.99% -
XYZ 53.79 34.95 96.84 -
YUV 163.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 221 116 253 0.13 0.54 0 0.01 285.99 0.97 0.72
Hex DD 74 FD D 36 0 1 11E 61 48
Octal 335 164 375 15 66 0 1 436 141 110
Binary 11011101 1110100 11111101 1101 110110 0 1 100011110 1100001 1001000

Color Harmonies of #DD74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74FD

Black with #DD74FD

Text Example


Text Example

White with #DD74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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