Html Css Color HEX #D375FD Heliotrope

📋 copy color: '#D375FD'

red 211 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #D375FD

Tints of Heliotrope #D375FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 36.32%
G = 20.14%
B = 43.55%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D375FD (or 0xD375FD) is known color: Heliotrope. HEX triplet: D3, 75 and FD. RGB value is (211,117,253). Sum of RGB (Red+Green+Blue) = 211+117+253=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D375FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375FD is #2C8A02. Grayscale: #A0A0A0. Windows color (decimal): -2918915 or 16610771. OLE color: 16610771.

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

Color convert

RGB 211 117 253 -
CMYK 0.17 0.54 0 0.01
HSL 281.47º 0.97% 0.73% -
HSV(B) 281.47º 0.54% 0.99% -
XYZ 50.95 33.66 96.74 -
YUV 160.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 211 117 253 0.17 0.54 0 0.01 281.47 0.97 0.73
Hex D3 75 FD 11 36 0 1 119 61 49
Octal 323 165 375 21 66 0 1 431 141 111
Binary 11010011 1110101 11111101 10001 110110 0 1 100011001 1100001 1001001

Color Harmonies of #D375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375FD

Black with #D375FD

Text Example


Text Example

White with #D375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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