Html Css Color HEX #DF4BFA Heliotrope

📋 copy color: '#DF4BFA'

red 223 ◦ green 75 ◦ blue 250

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

Shades of Heliotrope #DF4BFA

Tints of Heliotrope #DF4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.69%

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

R = 40.69%
G = 13.69%
B = 45.62%

CMYK

 C value IS 0.11

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF4BFA (or 0xDF4BFA) is known color: Heliotrope. HEX triplet: DF, 4B and FA. RGB value is (223,75,250). Sum of RGB (Red+Green+Blue) = 223+75+250=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 75 (29.69% from 255 or 13.69% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BFA is #20B405. Grayscale: #8A8A8A. Windows color (decimal): -2143238 or 16403423. OLE color: 16403423.

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

Color convert

RGB 223 75 250 -
CMYK 0.11 0.7 0 0.02
HSL 290.74º 0.95% 0.64% -
HSV(B) 290.74º 0.7% 0.98% -
XYZ 50.2 27.62 93.13 -
YUV 139.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 223 75 250 0.11 0.7 0 0.02 290.74 0.95 0.64
Hex DF 4B FA B 46 0 2 123 5F 40
Octal 337 113 372 13 106 0 2 443 137 100
Binary 11011111 1001011 11111010 1011 1000110 0 10 100100011 1011111 1000000

Color Harmonies of #DF4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BFA

Black with #DF4BFA

Text Example


Text Example

White with #DF4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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