Html Css Color HEX #DF5CFA Heliotrope

📋 copy color: '#DF5CFA'

red 223 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #DF5CFA

Tints of Heliotrope #DF5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.28%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 39.47%
G = 16.28%
B = 44.25%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF5CFA (or 0xDF5CFA) is known color: Heliotrope. HEX triplet: DF, 5C and FA. RGB value is (223,92,250). Sum of RGB (Red+Green+Blue) = 223+92+250=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CFA is #20A305. Grayscale: #949494. Windows color (decimal): -2138886 or 16407775. OLE color: 16407775.

HSL color Cylindrical-coordinate representation of color #DF5CFA: hue angle of 289.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5CFA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 92 250 -
CMYK 0.11 0.63 0 0.02
HSL 289.75º 0.94% 0.67% -
HSV(B) 289.75º 0.63% 0.98% -
XYZ 51.51 30.24 93.57 -
YUV 149.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 223 92 250 0.11 0.63 0 0.02 289.75 0.94 0.67
Hex DF 5C FA B 3F 0 2 122 5E 43
Octal 337 134 372 13 77 0 2 442 136 103
Binary 11011111 1011100 11111010 1011 111111 0 10 100100010 1011110 1000011

Color Harmonies of #DF5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CFA

Black with #DF5CFA

Text Example


Text Example

White with #DF5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CFA; }

 p { color: rgb(223,92,250); }

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

background-color css

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

 a { background-color: rgb(223,92,250); }

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

border-color css

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

 span { border-color: rgb(223,92,250); }

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