Html Css Color HEX #D387F2 Heliotrope

📋 copy color: '#D387F2'

red 211 ◦ green 135 ◦ blue 242

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

Shades of Heliotrope #D387F2

Tints of Heliotrope #D387F2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.96%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 35.88%
G = 22.96%
B = 41.16%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D387F2 (or 0xD387F2) is known color: Heliotrope. HEX triplet: D3, 87 and F2. RGB value is (211,135,242). Sum of RGB (Red+Green+Blue) = 211+135+242=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #D387F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D387F2 is #2C780D. Grayscale: #A9A9A9. Windows color (decimal): -2914318 or 15894483. OLE color: 15894483.

HSL color Cylindrical-coordinate representation of color #D387F2: hue angle of 282.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D387F2 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 135 242 -
CMYK 0.13 0.44 0 0.05
HSL 282.62º 0.8% 0.74% -
HSV(B) 282.62º 0.44% 0.95% -
XYZ 51.55 37.59 88.54 -
YUV 169.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 211 135 242 0.13 0.44 0 0.05 282.62 0.8 0.74
Hex D3 87 F2 D 2C 0 5 11B 50 4A
Octal 323 207 362 15 54 0 5 433 120 112
Binary 11010011 10000111 11110010 1101 101100 0 101 100011011 1010000 1001010

Color Harmonies of #D387F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387F2

Black with #D387F2

Text Example


Text Example

White with #D387F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387F2; }

 p { color: rgb(211,135,242); }

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

background-color css

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

 a { background-color: rgb(211,135,242); }

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

border-color css

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

 span { border-color: rgb(211,135,242); }

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