Html Css Color HEX #DD74EB Heliotrope

📋 copy color: '#DD74EB'

red 221 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #DD74EB

Tints of Heliotrope #DD74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 38.64%
G = 20.28%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD74EB (or 0xDD74EB) is known color: Heliotrope. HEX triplet: DD, 74 and EB. RGB value is (221,116,235). Sum of RGB (Red+Green+Blue) = 221+116+235=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74EB is #228B14. Grayscale: #A0A0A0. Windows color (decimal): -2263829 or 15430877. OLE color: 15430877.

HSL color Cylindrical-coordinate representation of color #DD74EB: hue angle of 292.94º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD74EB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 116 235 -
CMYK 0.06 0.51 0 0.08
HSL 292.94º 0.75% 0.69% -
HSV(B) 292.94º 0.51% 0.92% -
XYZ 51.06 33.86 82.44 -
YUV 160.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 221 116 235 0.06 0.51 0 0.08 292.94 0.75 0.69
Hex DD 74 EB 6 33 0 8 125 4B 45
Octal 335 164 353 6 63 0 10 445 113 105
Binary 11011101 1110100 11101011 110 110011 0 1000 100100101 1001011 1000101

Color Harmonies of #DD74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74EB

Black with #DD74EB

Text Example


Text Example

White with #DD74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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