Html Css Color HEX #D389FC Heliotrope

📋 copy color: '#D389FC'

red 211 ◦ green 137 ◦ blue 252

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

Shades of Heliotrope #D389FC

Tints of Heliotrope #D389FC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.83%

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

R = 35.17%
G = 22.83%
B = 42%

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

#D389FC (or 0xD389FC) is known color: Heliotrope. HEX triplet: D3, 89 and FC. RGB value is (211,137,252). Sum of RGB (Red+Green+Blue) = 211+137+252=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D389FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389FC is #2C7603. Grayscale: #ABABAB. Windows color (decimal): -2913796 or 16550355. OLE color: 16550355.

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

Color convert

RGB 211 137 252 -
CMYK 0.16 0.46 0 0.01
HSL 278.61º 0.95% 0.76% -
HSV(B) 278.61º 0.46% 0.99% -
XYZ 53.38 38.77 96.77 -
YUV 172.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 211 137 252 0.16 0.46 0 0.01 278.61 0.95 0.76
Hex D3 89 FC 10 2E 0 1 117 5F 4C
Octal 323 211 374 20 56 0 1 427 137 114
Binary 11010011 10001001 11111100 10000 101110 0 1 100010111 1011111 1001100

Color Harmonies of #D389FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389FC

Black with #D389FC

Text Example


Text Example

White with #D389FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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