Html Css Color HEX #DF75F4 Heliotrope

📋 copy color: '#DF75F4'

red 223 ◦ green 117 ◦ blue 244

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

Shades of Heliotrope #DF75F4

Tints of Heliotrope #DF75F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.78%

R = 38.18%
G = 20.03%
B = 41.78%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF75F4 (or 0xDF75F4) is known color: Heliotrope. HEX triplet: DF, 75 and F4. RGB value is (223,117,244). Sum of RGB (Red+Green+Blue) = 223+117+244=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF75F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75F4 is #208A0B. Grayscale: #A2A2A2. Windows color (decimal): -2132492 or 16020959. OLE color: 16020959.

HSL color Cylindrical-coordinate representation of color #DF75F4: hue angle of 290.08º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF75F4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 117 244 -
CMYK 0.09 0.52 0 0.04
HSL 290.08º 0.85% 0.71% -
HSV(B) 290.08º 0.52% 0.96% -
XYZ 53.12 34.94 89.53 -
YUV 163.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 223 117 244 0.09 0.52 0 0.04 290.08 0.85 0.71
Hex DF 75 F4 9 34 0 4 122 55 47
Octal 337 165 364 11 64 0 4 442 125 107
Binary 11011111 1110101 11110100 1001 110100 0 100 100100010 1010101 1000111

Color Harmonies of #DF75F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75F4

Black with #DF75F4

Text Example


Text Example

White with #DF75F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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