Html Css Color HEX #D152F6 Heliotrope

📋 copy color: '#D152F6'

red 209 ◦ green 82 ◦ blue 246

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

Shades of Heliotrope #D152F6

Tints of Heliotrope #D152F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.27%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 38.92%
G = 15.27%
B = 45.81%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D152F6 (or 0xD152F6) is known color: Heliotrope. HEX triplet: D1, 52 and F6. RGB value is (209,82,246). Sum of RGB (Red+Green+Blue) = 209+82+246=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #D152F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152F6 is #2EAD09. Grayscale: #8A8A8A. Windows color (decimal): -3058954 or 16143057. OLE color: 16143057.

HSL color Cylindrical-coordinate representation of color #D152F6: hue angle of 286.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D152F6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 82 246 -
CMYK 0.15 0.67 0 0.04
HSL 286.46º 0.9% 0.64% -
HSV(B) 286.46º 0.67% 0.96% -
XYZ 45.95 26.24 89.83 -
YUV 138.67 188.58 178.16 -
System Red Green Blue C M Y K H S L
Decimal 209 82 246 0.15 0.67 0 0.04 286.46 0.9 0.64
Hex D1 52 F6 F 43 0 4 11E 5A 40
Octal 321 122 366 17 103 0 4 436 132 100
Binary 11010001 1010010 11110110 1111 1000011 0 100 100011110 1011010 1000000

Color Harmonies of #D152F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152F6

Black with #D152F6

Text Example


Text Example

White with #D152F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152F6; }

 p { color: rgb(209,82,246); }

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

background-color css

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

 a { background-color: rgb(209,82,246); }

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

border-color css

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

 span { border-color: rgb(209,82,246); }

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