Html Css Color HEX #D152FB Heliotrope

📋 copy color: '#D152FB'

red 209 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #D152FB

Tints of Heliotrope #D152FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 38.56%
G = 15.13%
B = 46.31%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D152FB (or 0xD152FB) is known color: Heliotrope. HEX triplet: D1, 52 and FB. RGB value is (209,82,251). Sum of RGB (Red+Green+Blue) = 209+82+251=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #D152FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152FB is #2EAD04. Grayscale: #8A8A8A. Windows color (decimal): -3058949 or 16470737. OLE color: 16470737.

HSL color Cylindrical-coordinate representation of color #D152FB: hue angle of 285.09º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D152FB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 82 251 -
CMYK 0.17 0.67 0 0.02
HSL 285.09º 0.95% 0.65% -
HSV(B) 285.09º 0.67% 0.98% -
XYZ 46.72 26.55 93.93 -
YUV 139.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 209 82 251 0.17 0.67 0 0.02 285.09 0.95 0.65
Hex D1 52 FB 11 43 0 2 11D 5F 41
Octal 321 122 373 21 103 0 2 435 137 101
Binary 11010001 1010010 11111011 10001 1000011 0 10 100011101 1011111 1000001

Color Harmonies of #D152FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152FB

Black with #D152FB

Text Example


Text Example

White with #D152FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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