Html Css Color HEX #D152FD Heliotrope

📋 copy color: '#D152FD'

red 209 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #D152FD

Tints of Heliotrope #D152FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 38.42%
G = 15.07%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D152FD (or 0xD152FD) is known color: Heliotrope. HEX triplet: D1, 52 and FD. RGB value is (209,82,253). Sum of RGB (Red+Green+Blue) = 209+82+253=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #D152FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152FD is #2EAD02. Grayscale: #8A8A8A. Windows color (decimal): -3058947 or 16601809. OLE color: 16601809.

HSL color Cylindrical-coordinate representation of color #D152FD: hue angle of 284.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D152FD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 82 253 -
CMYK 0.17 0.68 0 0.01
HSL 284.56º 0.98% 0.66% -
HSV(B) 284.56º 0.68% 0.99% -
XYZ 47.04 26.68 95.6 -
YUV 139.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 209 82 253 0.17 0.68 0 0.01 284.56 0.98 0.66
Hex D1 52 FD 11 44 0 1 11D 62 42
Octal 321 122 375 21 104 0 1 435 142 102
Binary 11010001 1010010 11111101 10001 1000100 0 1 100011101 1100010 1000010

Color Harmonies of #D152FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152FD

Black with #D152FD

Text Example


Text Example

White with #D152FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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