Html Css Color HEX #D370FB Heliotrope

📋 copy color: '#D370FB'

red 211 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #D370FB

Tints of Heliotrope #D370FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.51%

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 36.76%
G = 19.51%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D370FB (or 0xD370FB) is known color: Heliotrope. HEX triplet: D3, 70 and FB. RGB value is (211,112,251). Sum of RGB (Red+Green+Blue) = 211+112+251=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #D370FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370FB is #2C8F04. Grayscale: #9C9C9C. Windows color (decimal): -2920197 or 16478419. OLE color: 16478419.

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

Color convert

RGB 211 112 251 -
CMYK 0.16 0.55 0 0.02
HSL 282.73º 0.95% 0.71% -
HSV(B) 282.73º 0.55% 0.98% -
XYZ 50.07 32.4 94.88 -
YUV 157.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 211 112 251 0.16 0.55 0 0.02 282.73 0.95 0.71
Hex D3 70 FB 10 37 0 2 11B 5F 47
Octal 323 160 373 20 67 0 2 433 137 107
Binary 11010011 1110000 11111011 10000 110111 0 10 100011011 1011111 1000111

Color Harmonies of #D370FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370FB

Black with #D370FB

Text Example


Text Example

White with #D370FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370FB; }

 p { color: rgb(211,112,251); }

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

background-color css

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

 a { background-color: rgb(211,112,251); }

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

border-color css

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

 span { border-color: rgb(211,112,251); }

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