Html Css Color HEX #DF72FC Heliotrope

📋 copy color: '#DF72FC'

red 223 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #DF72FC

Tints of Heliotrope #DF72FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 37.86%
G = 19.35%
B = 42.78%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF72FC (or 0xDF72FC) is known color: Heliotrope. HEX triplet: DF, 72 and FC. RGB value is (223,114,252). Sum of RGB (Red+Green+Blue) = 223+114+252=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF72FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72FC is #208D03. Grayscale: #A1A1A1. Windows color (decimal): -2133252 or 16544479. OLE color: 16544479.

HSL color Cylindrical-coordinate representation of color #DF72FC: hue angle of 287.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF72FC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 114 252 -
CMYK 0.12 0.55 0 0.01
HSL 287.39º 0.96% 0.72% -
HSV(B) 287.39º 0.55% 0.99% -
XYZ 54.02 34.75 95.96 -
YUV 162.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 223 114 252 0.12 0.55 0 0.01 287.39 0.96 0.72
Hex DF 72 FC C 37 0 1 11F 60 48
Octal 337 162 374 14 67 0 1 437 140 110
Binary 11011111 1110010 11111100 1100 110111 0 1 100011111 1100000 1001000

Color Harmonies of #DF72FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72FC

Black with #DF72FC

Text Example


Text Example

White with #DF72FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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