Html Css Color HEX #DF5BFC Heliotrope

📋 copy color: '#DF5BFC'

red 223 ◦ green 91 ◦ blue 252

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

Shades of Heliotrope #DF5BFC

Tints of Heliotrope #DF5BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.08%

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

R = 39.4%
G = 16.08%
B = 44.52%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF5BFC (or 0xDF5BFC) is known color: Heliotrope. HEX triplet: DF, 5B and FC. RGB value is (223,91,252). Sum of RGB (Red+Green+Blue) = 223+91+252=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BFC is #20A403. Grayscale: #949494. Windows color (decimal): -2139140 or 16538591. OLE color: 16538591.

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

Color convert

RGB 223 91 252 -
CMYK 0.12 0.64 0 0.01
HSL 289.19º 0.96% 0.67% -
HSV(B) 289.19º 0.64% 0.99% -
XYZ 51.74 30.2 95.2 -
YUV 148.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 223 91 252 0.12 0.64 0 0.01 289.19 0.96 0.67
Hex DF 5B FC C 40 0 1 121 60 43
Octal 337 133 374 14 100 0 1 441 140 103
Binary 11011111 1011011 11111100 1100 1000000 0 1 100100001 1100000 1000011

Color Harmonies of #DF5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5BFC

Black with #DF5BFC

Text Example


Text Example

White with #DF5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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