Html Css Color HEX #DF5DFC Heliotrope

📋 copy color: '#DF5DFC'

red 223 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #DF5DFC

Tints of Heliotrope #DF5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.37%

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

R = 39.26%
G = 16.37%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF5DFC (or 0xDF5DFC) is known color: Heliotrope. HEX triplet: DF, 5D and FC. RGB value is (223,93,252). Sum of RGB (Red+Green+Blue) = 223+93+252=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DFC is #20A203. Grayscale: #959595. Windows color (decimal): -2138628 or 16539103. OLE color: 16539103.

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

Color convert

RGB 223 93 252 -
CMYK 0.12 0.63 0 0.01
HSL 289.06º 0.96% 0.68% -
HSV(B) 289.06º 0.63% 0.99% -
XYZ 51.92 30.54 95.25 -
YUV 150 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 223 93 252 0.12 0.63 0 0.01 289.06 0.96 0.68
Hex DF 5D FC C 3F 0 1 121 60 44
Octal 337 135 374 14 77 0 1 441 140 104
Binary 11011111 1011101 11111100 1100 111111 0 1 100100001 1100000 1000100

Color Harmonies of #DF5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DFC

Black with #DF5DFC

Text Example


Text Example

White with #DF5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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