Html Css Color HEX #D388FD Heliotrope

📋 copy color: '#D388FD'

red 211 ◦ green 136 ◦ blue 253

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

Shades of Heliotrope #D388FD

Tints of Heliotrope #D388FD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.67%

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

R = 35.17%
G = 22.67%
B = 42.17%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D388FD (or 0xD388FD) is known color: Heliotrope. HEX triplet: D3, 88 and FD. RGB value is (211,136,253). Sum of RGB (Red+Green+Blue) = 211+136+253=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #D388FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388FD is #2C7702. Grayscale: #ABABAB. Windows color (decimal): -2914051 or 16615635. OLE color: 16615635.

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

Color convert

RGB 211 136 253 -
CMYK 0.17 0.46 0 0.01
HSL 278.46º 0.97% 0.76% -
HSV(B) 278.46º 0.46% 0.99% -
XYZ 53.4 38.55 97.55 -
YUV 171.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 211 136 253 0.17 0.46 0 0.01 278.46 0.97 0.76
Hex D3 88 FD 11 2E 0 1 116 61 4C
Octal 323 210 375 21 56 0 1 426 141 114
Binary 11010011 10001000 11111101 10001 101110 0 1 100010110 1100001 1001100

Color Harmonies of #D388FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388FD

Black with #D388FD

Text Example


Text Example

White with #D388FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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