Html Css Color HEX #D373FD Heliotrope

📋 copy color: '#D373FD'

red 211 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #D373FD

Tints of Heliotrope #D373FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 36.44%
G = 19.86%
B = 43.7%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D373FD (or 0xD373FD) is known color: Heliotrope. HEX triplet: D3, 73 and FD. RGB value is (211,115,253). Sum of RGB (Red+Green+Blue) = 211+115+253=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #D373FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373FD is #2C8C02. Grayscale: #9E9E9E. Windows color (decimal): -2919427 or 16610259. OLE color: 16610259.

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

Color convert

RGB 211 115 253 -
CMYK 0.17 0.55 0 0.01
HSL 281.74º 0.97% 0.72% -
HSV(B) 281.74º 0.55% 0.99% -
XYZ 50.72 33.2 96.66 -
YUV 159.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 211 115 253 0.17 0.55 0 0.01 281.74 0.97 0.72
Hex D3 73 FD 11 37 0 1 11A 61 48
Octal 323 163 375 21 67 0 1 432 141 110
Binary 11010011 1110011 11111101 10001 110111 0 1 100011010 1100001 1001000

Color Harmonies of #D373FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373FD

Black with #D373FD

Text Example


Text Example

White with #D373FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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