Html Css Color HEX #D388FA Heliotrope

📋 copy color: '#D388FA'

red 211 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #D388FA

Tints of Heliotrope #D388FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 35.34%
G = 22.78%
B = 41.88%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D388FA (or 0xD388FA) is known color: Heliotrope. HEX triplet: D3, 88 and FA. RGB value is (211,136,250). Sum of RGB (Red+Green+Blue) = 211+136+250=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D388FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388FA is #2C7705. Grayscale: #ABABAB. Windows color (decimal): -2914054 or 16419027. OLE color: 16419027.

HSL color Cylindrical-coordinate representation of color #D388FA: hue angle of 279.47º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D388FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 136 250 -
CMYK 0.16 0.46 0 0.02
HSL 279.47º 0.92% 0.76% -
HSV(B) 279.47º 0.46% 0.98% -
XYZ 52.92 38.36 95.06 -
YUV 171.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 211 136 250 0.16 0.46 0 0.02 279.47 0.92 0.76
Hex D3 88 FA 10 2E 0 2 117 5C 4C
Octal 323 210 372 20 56 0 2 427 134 114
Binary 11010011 10001000 11111010 10000 101110 0 10 100010111 1011100 1001100

Color Harmonies of #D388FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388FA

Black with #D388FA

Text Example


Text Example

White with #D388FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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