Html Css Color HEX #D155F2 Heliotrope

📋 copy color: '#D155F2'

red 209 ◦ green 85 ◦ blue 242

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

Shades of Heliotrope #D155F2

Tints of Heliotrope #D155F2

RGB

 RED value IS 209 (82.03% from 255) = 38.99%

 GREEN value IS 85 (33.59% from 255) = 15.86%

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

R = 38.99%
G = 15.86%
B = 45.15%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D155F2 (or 0xD155F2) is known color: Heliotrope. HEX triplet: D1, 55 and F2. RGB value is (209,85,242). Sum of RGB (Red+Green+Blue) = 209+85+242=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #D155F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155F2 is #2EAA0D. Grayscale: #8B8B8B. Windows color (decimal): -3058190 or 15881681. OLE color: 15881681.

HSL color Cylindrical-coordinate representation of color #D155F2: hue angle of 287.39º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D155F2 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 85 242 -
CMYK 0.14 0.65 0 0.05
HSL 287.39º 0.86% 0.64% -
HSV(B) 287.39º 0.65% 0.95% -
XYZ 45.57 26.46 86.71 -
YUV 139.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 209 85 242 0.14 0.65 0 0.05 287.39 0.86 0.64
Hex D1 55 F2 E 41 0 5 11F 56 40
Octal 321 125 362 16 101 0 5 437 126 100
Binary 11010001 1010101 11110010 1110 1000001 0 101 100011111 1010110 1000000

Color Harmonies of #D155F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155F2

Black with #D155F2

Text Example


Text Example

White with #D155F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155F2; }

 p { color: rgb(209,85,242); }

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

background-color css

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

 a { background-color: rgb(209,85,242); }

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

border-color css

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

 span { border-color: rgb(209,85,242); }

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