Html Css Color HEX #D375EF Heliotrope

📋 copy color: '#D375EF'

red 211 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #D375EF

Tints of Heliotrope #D375EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.63%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 37.21%
G = 20.63%
B = 42.15%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D375EF (or 0xD375EF) is known color: Heliotrope. HEX triplet: D3, 75 and EF. RGB value is (211,117,239). Sum of RGB (Red+Green+Blue) = 211+117+239=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D375EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375EF is #2C8A10. Grayscale: #9E9E9E. Windows color (decimal): -2918929 or 15693267. OLE color: 15693267.

HSL color Cylindrical-coordinate representation of color #D375EF: hue angle of 286.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D375EF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 117 239 -
CMYK 0.12 0.51 0 0.06
HSL 286.23º 0.79% 0.7% -
HSV(B) 286.23º 0.51% 0.94% -
XYZ 48.81 32.8 85.42 -
YUV 159.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 211 117 239 0.12 0.51 0 0.06 286.23 0.79 0.7
Hex D3 75 EF C 33 0 6 11E 4F 46
Octal 323 165 357 14 63 0 6 436 117 106
Binary 11010011 1110101 11101111 1100 110011 0 110 100011110 1001111 1000110

Color Harmonies of #D375EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375EF

Black with #D375EF

Text Example


Text Example

White with #D375EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375EF; }

 p { color: rgb(211,117,239); }

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

background-color css

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

 a { background-color: rgb(211,117,239); }

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

border-color css

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

 span { border-color: rgb(211,117,239); }

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