Html Css Color HEX #D152F7 Heliotrope

📋 copy color: '#D152F7'

red 209 ◦ green 82 ◦ blue 247

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

Shades of Heliotrope #D152F7

Tints of Heliotrope #D152F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.91%

R = 38.85%
G = 15.24%
B = 45.91%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D152F7 (or 0xD152F7) is known color: Heliotrope. HEX triplet: D1, 52 and F7. RGB value is (209,82,247). Sum of RGB (Red+Green+Blue) = 209+82+247=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #D152F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152F7 is #2EAD08. Grayscale: #8A8A8A. Windows color (decimal): -3058953 or 16208593. OLE color: 16208593.

HSL color Cylindrical-coordinate representation of color #D152F7: hue angle of 286.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D152F7 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 82 247 -
CMYK 0.15 0.67 0 0.03
HSL 286.18º 0.91% 0.65% -
HSV(B) 286.18º 0.67% 0.97% -
XYZ 46.1 26.31 90.64 -
YUV 138.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 209 82 247 0.15 0.67 0 0.03 286.18 0.91 0.65
Hex D1 52 F7 F 43 0 3 11E 5B 41
Octal 321 122 367 17 103 0 3 436 133 101
Binary 11010001 1010010 11110111 1111 1000011 0 11 100011110 1011011 1000001

Color Harmonies of #D152F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152F7

Black with #D152F7

Text Example


Text Example

White with #D152F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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