Html Css Color HEX #D375EE Heliotrope

📋 copy color: '#D375EE'

red 211 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #D375EE

Tints of Heliotrope #D375EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 37.28%
G = 20.67%
B = 42.05%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D375EE (or 0xD375EE) is known color: Heliotrope. HEX triplet: D3, 75 and EE. RGB value is (211,117,238). Sum of RGB (Red+Green+Blue) = 211+117+238=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #D375EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375EE is #2C8A11. Grayscale: #9E9E9E. Windows color (decimal): -2918930 or 15627731. OLE color: 15627731.

HSL color Cylindrical-coordinate representation of color #D375EE: hue angle of 286.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D375EE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 117 238 -
CMYK 0.11 0.51 0 0.07
HSL 286.61º 0.78% 0.7% -
HSV(B) 286.61º 0.51% 0.93% -
XYZ 48.66 32.74 84.64 -
YUV 158.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 211 117 238 0.11 0.51 0 0.07 286.61 0.78 0.7
Hex D3 75 EE B 33 0 7 11F 4E 46
Octal 323 165 356 13 63 0 7 437 116 106
Binary 11010011 1110101 11101110 1011 110011 0 111 100011111 1001110 1000110

Color Harmonies of #D375EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375EE

Black with #D375EE

Text Example


Text Example

White with #D375EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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