Html Css Color HEX #DD75FE Heliotrope

📋 copy color: '#DD75FE'

red 221 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #DD75FE

Tints of Heliotrope #DD75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.76%

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 37.33%
G = 19.76%
B = 42.91%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD75FE (or 0xDD75FE) is known color: Heliotrope. HEX triplet: DD, 75 and FE. RGB value is (221,117,254). Sum of RGB (Red+Green+Blue) = 221+117+254=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75FE is #228A01. Grayscale: #A3A3A3. Windows color (decimal): -2263554 or 16676317. OLE color: 16676317.

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

Color convert

RGB 221 117 254 -
CMYK 0.13 0.54 0 0.00
HSL 285.55º 0.99% 0.73% -
HSV(B) 285.55º 0.54% 1% -
XYZ 54.07 35.25 97.72 -
YUV 163.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 221 117 254 0.13 0.54 0 0.00 285.55 0.99 0.73
Hex DD 75 FE D 36 0 0 11E 63 49
Octal 335 165 376 15 66 0 0 436 143 111
Binary 11011101 1110101 11111110 1101 110110 0 0 100011110 1100011 1001001

Color Harmonies of #DD75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75FE

Black with #DD75FE

Text Example


Text Example

White with #DD75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75FE; }

 p { color: rgb(221,117,254); }

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

background-color css

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

 a { background-color: rgb(221,117,254); }

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

border-color css

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

 span { border-color: rgb(221,117,254); }

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