Html Css Color HEX #D373FC Heliotrope

📋 copy color: '#D373FC'

red 211 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #D373FC

Tints of Heliotrope #D373FC

RGB

 RED value IS 211 (82.81% from 255) = 36.51%

 GREEN value IS 115 (45.31% from 255) = 19.9%

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

R = 36.51%
G = 19.9%
B = 43.6%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D373FC (or 0xD373FC) is known color: Heliotrope. HEX triplet: D3, 73 and FC. RGB value is (211,115,252). Sum of RGB (Red+Green+Blue) = 211+115+252=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #D373FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373FC is #2C8C03. Grayscale: #9E9E9E. Windows color (decimal): -2919428 or 16544723. OLE color: 16544723.

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

Color convert

RGB 211 115 252 -
CMYK 0.16 0.54 0 0.01
HSL 282.04º 0.96% 0.72% -
HSV(B) 282.04º 0.54% 0.99% -
XYZ 50.57 33.14 95.83 -
YUV 159.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 211 115 252 0.16 0.54 0 0.01 282.04 0.96 0.72
Hex D3 73 FC 10 36 0 1 11A 60 48
Octal 323 163 374 20 66 0 1 432 140 110
Binary 11010011 1110011 11111100 10000 110110 0 1 100011010 1100000 1001000

Color Harmonies of #D373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373FC

Black with #D373FC

Text Example


Text Example

White with #D373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373FC; }

 p { color: rgb(211,115,252); }

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

background-color css

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

 a { background-color: rgb(211,115,252); }

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

border-color css

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

 span { border-color: rgb(211,115,252); }

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