Html Css Color HEX #DF75F1 Heliotrope

📋 copy color: '#DF75F1'

red 223 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #DF75F1

Tints of Heliotrope #DF75F1

RGB

 RED value IS 223 (87.5% from 255) = 38.38%

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

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

R = 38.38%
G = 20.14%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF75F1 (or 0xDF75F1) is known color: Heliotrope. HEX triplet: DF, 75 and F1. RGB value is (223,117,241). Sum of RGB (Red+Green+Blue) = 223+117+241=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75F1 is #208A0E. Grayscale: #A2A2A2. Windows color (decimal): -2132495 or 15824351. OLE color: 15824351.

HSL color Cylindrical-coordinate representation of color #DF75F1: hue angle of 291.29º 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 #DF75F1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 117 241 -
CMYK 0.07 0.51 0 0.05
HSL 291.29º 0.82% 0.7% -
HSV(B) 291.29º 0.51% 0.95% -
XYZ 52.67 34.76 87.15 -
YUV 162.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 223 117 241 0.07 0.51 0 0.05 291.29 0.82 0.7
Hex DF 75 F1 7 33 0 5 123 52 46
Octal 337 165 361 7 63 0 5 443 122 106
Binary 11011111 1110101 11110001 111 110011 0 101 100100011 1010010 1000110

Color Harmonies of #DF75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75F1

Black with #DF75F1

Text Example


Text Example

White with #DF75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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