Html Css Color HEX #DD74FF Heliotrope

📋 copy color: '#DD74FF'

red 221 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #DD74FF

Tints of Heliotrope #DD74FF

RGB

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

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

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

R = 37.33%
G = 19.59%
B = 43.07%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD74FF (or 0xDD74FF) is known color: Heliotrope. HEX triplet: DD, 74 and FF. RGB value is (221,116,255). Sum of RGB (Red+Green+Blue) = 221+116+255=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FF is #228B00. Grayscale: #A2A2A2. Windows color (decimal): -2263809 or 16741597. OLE color: 16741597.

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

Color convert

RGB 221 116 255 -
CMYK 0.13 0.55 0 0
HSL 285.32º 1% 0.73% -
HSV(B) 285.32º 0.55% 1% -
XYZ 54.11 35.08 98.53 -
YUV 163.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 221 116 255 0.13 0.55 0 0 285.32 1 0.73
Hex DD 74 FF D 37 0 0 11D 64 49
Octal 335 164 377 15 67 0 0 435 144 111
Binary 11011101 1110100 11111111 1101 110111 0 0 100011101 1100100 1001001

Color Harmonies of #DD74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74FF

Black with #DD74FF

Text Example


Text Example

White with #DD74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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