Html Css Color HEX #D350FD Heliotrope

📋 copy color: '#D350FD'

red 211 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #D350FD

Tints of Heliotrope #D350FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.71%

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

R = 38.79%
G = 14.71%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D350FD (or 0xD350FD) is known color: Heliotrope. HEX triplet: D3, 50 and FD. RGB value is (211,80,253). Sum of RGB (Red+Green+Blue) = 211+80+253=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #D350FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D350FD is #2CAF02. Grayscale: #8A8A8A. Windows color (decimal): -2928387 or 16601299. OLE color: 16601299.

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

Color convert

RGB 211 80 253 -
CMYK 0.17 0.68 0 0.01
HSL 285.43º 0.98% 0.65% -
HSV(B) 285.43º 0.68% 0.99% -
XYZ 47.46 26.68 95.58 -
YUV 138.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 211 80 253 0.17 0.68 0 0.01 285.43 0.98 0.65
Hex D3 50 FD 11 44 0 1 11D 62 41
Octal 323 120 375 21 104 0 1 435 142 101
Binary 11010011 1010000 11111101 10001 1000100 0 1 100011101 1100010 1000001

Color Harmonies of #D350FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350FD

Black with #D350FD

Text Example


Text Example

White with #D350FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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