Html Css Color HEX #D388FF Heliotrope

📋 copy color: '#D388FF'

red 211 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #D388FF

Tints of Heliotrope #D388FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 35.05%
G = 22.59%
B = 42.36%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D388FF (or 0xD388FF) is known color: Heliotrope. HEX triplet: D3, 88 and FF. RGB value is (211,136,255). Sum of RGB (Red+Green+Blue) = 211+136+255=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D388FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388FF is #2C7700. Grayscale: #ABABAB. Windows color (decimal): -2914049 or 16746707. OLE color: 16746707.

HSL color Cylindrical-coordinate representation of color #D388FF: hue angle of 277.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D388FF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 136 255 -
CMYK 0.17 0.47 0 0
HSL 277.82º 1% 0.77% -
HSV(B) 277.82º 0.47% 1% -
XYZ 53.72 38.68 99.24 -
YUV 171.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 211 136 255 0.17 0.47 0 0 277.82 1 0.77
Hex D3 88 FF 11 2F 0 0 116 64 4D
Octal 323 210 377 21 57 0 0 426 144 115
Binary 11010011 10001000 11111111 10001 101111 0 0 100010110 1100100 1001101

Color Harmonies of #D388FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388FF

Black with #D388FF

Text Example


Text Example

White with #D388FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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