Html Css Color HEX #DD4EFC Heliotrope

📋 copy color: '#DD4EFC'

red 221 ◦ green 78 ◦ blue 252

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

Shades of Heliotrope #DD4EFC

Tints of Heliotrope #DD4EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.16%

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

R = 40.11%
G = 14.16%
B = 45.74%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD4EFC (or 0xDD4EFC) is known color: Heliotrope. HEX triplet: DD, 4E and FC. RGB value is (221,78,252). Sum of RGB (Red+Green+Blue) = 221+78+252=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EFC is #22B103. Grayscale: #8C8C8C. Windows color (decimal): -2273540 or 16535261. OLE color: 16535261.

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

Color convert

RGB 221 78 252 -
CMYK 0.12 0.69 0 0.01
HSL 289.31º 0.97% 0.65% -
HSV(B) 289.31º 0.69% 0.99% -
XYZ 50.11 27.85 94.83 -
YUV 140.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 221 78 252 0.12 0.69 0 0.01 289.31 0.97 0.65
Hex DD 4E FC C 45 0 1 121 61 41
Octal 335 116 374 14 105 0 1 441 141 101
Binary 11011101 1001110 11111100 1100 1000101 0 1 100100001 1100001 1000001

Color Harmonies of #DD4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EFC

Black with #DD4EFC

Text Example


Text Example

White with #DD4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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