Html Css Color HEX #DF72F1 Heliotrope

📋 copy color: '#DF72F1'

red 223 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #DF72F1

Tints of Heliotrope #DF72F1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.72%

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

R = 38.58%
G = 19.72%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF72F1 (or 0xDF72F1) is known color: Heliotrope. HEX triplet: DF, 72 and F1. RGB value is (223,114,241). Sum of RGB (Red+Green+Blue) = 223+114+241=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF72F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72F1 is #208D0E. Grayscale: #A0A0A0. Windows color (decimal): -2133263 or 15823583. OLE color: 15823583.

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

Color convert

RGB 223 114 241 -
CMYK 0.07 0.53 0 0.05
HSL 291.5º 0.82% 0.7% -
HSV(B) 291.5º 0.53% 0.95% -
XYZ 52.33 34.07 87.04 -
YUV 161.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 223 114 241 0.07 0.53 0 0.05 291.5 0.82 0.7
Hex DF 72 F1 7 35 0 5 123 52 46
Octal 337 162 361 7 65 0 5 443 122 106
Binary 11011111 1110010 11110001 111 110101 0 101 100100011 1010010 1000110

Color Harmonies of #DF72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72F1

Black with #DF72F1

Text Example


Text Example

White with #DF72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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