Html Css Color HEX #DD75F1 Heliotrope

📋 copy color: '#DD75F1'

red 221 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #DD75F1

Tints of Heliotrope #DD75F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 38.17%
G = 20.21%
B = 41.62%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD75F1 (or 0xDD75F1) is known color: Heliotrope. HEX triplet: DD, 75 and F1. RGB value is (221,117,241). Sum of RGB (Red+Green+Blue) = 221+117+241=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75F1 is #228A0E. Grayscale: #A1A1A1. Windows color (decimal): -2263567 or 15824349. OLE color: 15824349.

HSL color Cylindrical-coordinate representation of color #DD75F1: hue angle of 290.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD75F1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 117 241 -
CMYK 0.08 0.51 0 0.05
HSL 290.32º 0.82% 0.7% -
HSV(B) 290.32º 0.51% 0.95% -
XYZ 52.06 34.45 87.12 -
YUV 162.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 221 117 241 0.08 0.51 0 0.05 290.32 0.82 0.7
Hex DD 75 F1 8 33 0 5 122 52 46
Octal 335 165 361 10 63 0 5 442 122 106
Binary 11011101 1110101 11110001 1000 110011 0 101 100100010 1010010 1000110

Color Harmonies of #DD75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75F1

Black with #DD75F1

Text Example


Text Example

White with #DD75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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