Html Css Color HEX #D388FC Heliotrope

📋 copy color: '#D388FC'

red 211 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #D388FC

Tints of Heliotrope #D388FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 35.23%
G = 22.7%
B = 42.07%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D388FC (or 0xD388FC) is known color: Heliotrope. HEX triplet: D3, 88 and FC. RGB value is (211,136,252). Sum of RGB (Red+Green+Blue) = 211+136+252=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #D388FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388FC is #2C7703. Grayscale: #ABABAB. Windows color (decimal): -2914052 or 16550099. OLE color: 16550099.

HSL color Cylindrical-coordinate representation of color #D388FC: hue angle of 278.79º degrees, saturation: 0.95, 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 #D388FC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 136 252 -
CMYK 0.16 0.46 0 0.01
HSL 278.79º 0.95% 0.76% -
HSV(B) 278.79º 0.46% 0.99% -
XYZ 53.24 38.49 96.72 -
YUV 171.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 211 136 252 0.16 0.46 0 0.01 278.79 0.95 0.76
Hex D3 88 FC 10 2E 0 1 117 5F 4C
Octal 323 210 374 20 56 0 1 427 137 114
Binary 11010011 10001000 11111100 10000 101110 0 1 100010111 1011111 1001100

Color Harmonies of #D388FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388FC

Black with #D388FC

Text Example


Text Example

White with #D388FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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