Html Css Color HEX #D375FA Heliotrope

📋 copy color: '#D375FA'

red 211 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #D375FA

Tints of Heliotrope #D375FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 36.51%
G = 20.24%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D375FA (or 0xD375FA) is known color: Heliotrope. HEX triplet: D3, 75 and FA. RGB value is (211,117,250). Sum of RGB (Red+Green+Blue) = 211+117+250=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D375FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375FA is #2C8A05. Grayscale: #9F9F9F. Windows color (decimal): -2918918 or 16414163. OLE color: 16414163.

HSL color Cylindrical-coordinate representation of color #D375FA: hue angle of 282.41º degrees, saturation: 0.93, 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 #D375FA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 117 250 -
CMYK 0.16 0.53 0 0.02
HSL 282.41º 0.93% 0.72% -
HSV(B) 282.41º 0.53% 0.98% -
XYZ 50.48 33.47 94.24 -
YUV 160.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 211 117 250 0.16 0.53 0 0.02 282.41 0.93 0.72
Hex D3 75 FA 10 35 0 2 11A 5D 48
Octal 323 165 372 20 65 0 2 432 135 110
Binary 11010011 1110101 11111010 10000 110101 0 10 100011010 1011101 1001000

Color Harmonies of #D375FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375FA

Black with #D375FA

Text Example


Text Example

White with #D375FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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