Html Css Color HEX #D375FE Heliotrope

📋 copy color: '#D375FE'

red 211 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #D375FE

Tints of Heliotrope #D375FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 36.25%
G = 20.1%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D375FE (or 0xD375FE) is known color: Heliotrope. HEX triplet: D3, 75 and FE. RGB value is (211,117,254). Sum of RGB (Red+Green+Blue) = 211+117+254=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #D375FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375FE is #2C8A01. Grayscale: #A0A0A0. Windows color (decimal): -2918914 or 16676307. OLE color: 16676307.

HSL color Cylindrical-coordinate representation of color #D375FE: hue angle of 281.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D375FE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 117 254 -
CMYK 0.17 0.54 0 0.00
HSL 281.17º 0.99% 0.73% -
HSV(B) 281.17º 0.54% 1% -
XYZ 51.11 33.73 97.58 -
YUV 160.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 211 117 254 0.17 0.54 0 0.00 281.17 0.99 0.73
Hex D3 75 FE 11 36 0 0 119 63 49
Octal 323 165 376 21 66 0 0 431 143 111
Binary 11010011 1110101 11111110 10001 110110 0 0 100011001 1100011 1001001

Color Harmonies of #D375FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375FE

Black with #D375FE

Text Example


Text Example

White with #D375FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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