Html Css Color HEX #DD74FC Heliotrope

📋 copy color: '#DD74FC'

red 221 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #DD74FC

Tints of Heliotrope #DD74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 37.52%
G = 19.69%
B = 42.78%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD74FC (or 0xDD74FC) is known color: Heliotrope. HEX triplet: DD, 74 and FC. RGB value is (221,116,252). Sum of RGB (Red+Green+Blue) = 221+116+252=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FC is #228B03. Grayscale: #A2A2A2. Windows color (decimal): -2263812 or 16544989. OLE color: 16544989.

HSL color Cylindrical-coordinate representation of color #DD74FC: hue angle of 286.32º degrees, saturation: 0.96, 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 #DD74FC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 116 252 -
CMYK 0.12 0.54 0 0.01
HSL 286.32º 0.96% 0.72% -
HSV(B) 286.32º 0.54% 0.99% -
XYZ 53.63 34.89 96 -
YUV 162.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 221 116 252 0.12 0.54 0 0.01 286.32 0.96 0.72
Hex DD 74 FC C 36 0 1 11E 60 48
Octal 335 164 374 14 66 0 1 436 140 110
Binary 11011101 1110100 11111100 1100 110110 0 1 100011110 1100000 1001000

Color Harmonies of #DD74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74FC

Black with #DD74FC

Text Example


Text Example

White with #DD74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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