Html Css Color HEX #D374F9 Heliotrope

📋 copy color: '#D374F9'

red 211 ◦ green 116 ◦ blue 249

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

Shades of Heliotrope #D374F9

Tints of Heliotrope #D374F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.14%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 36.63%
G = 20.14%
B = 43.23%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D374F9 (or 0xD374F9) is known color: Heliotrope. HEX triplet: D3, 74 and F9. RGB value is (211,116,249). Sum of RGB (Red+Green+Blue) = 211+116+249=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #D374F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374F9 is #2C8B06. Grayscale: #9F9F9F. Windows color (decimal): -2919175 or 16348371. OLE color: 16348371.

HSL color Cylindrical-coordinate representation of color #D374F9: hue angle of 282.86º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D374F9 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 116 249 -
CMYK 0.15 0.53 0 0.02
HSL 282.86º 0.92% 0.72% -
HSV(B) 282.86º 0.53% 0.98% -
XYZ 50.21 33.18 93.38 -
YUV 159.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 211 116 249 0.15 0.53 0 0.02 282.86 0.92 0.72
Hex D3 74 F9 F 35 0 2 11B 5C 48
Octal 323 164 371 17 65 0 2 433 134 110
Binary 11010011 1110100 11111001 1111 110101 0 10 100011011 1011100 1001000

Color Harmonies of #D374F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374F9

Black with #D374F9

Text Example


Text Example

White with #D374F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374F9; }

 p { color: rgb(211,116,249); }

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

background-color css

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

 a { background-color: rgb(211,116,249); }

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

border-color css

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

 span { border-color: rgb(211,116,249); }

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