Html Css Color HEX #D952FB Heliotrope

📋 copy color: '#D952FB'

red 217 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #D952FB

Tints of Heliotrope #D952FB

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

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

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

R = 39.45%
G = 14.91%
B = 45.64%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D952FB (or 0xD952FB) is known color: Heliotrope. HEX triplet: D9, 52 and FB. RGB value is (217,82,251). Sum of RGB (Red+Green+Blue) = 217+82+251=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #D952FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952FB is #26AD04. Grayscale: #8D8D8D. Windows color (decimal): -2534661 or 16470745. OLE color: 16470745.

HSL color Cylindrical-coordinate representation of color #D952FB: hue angle of 287.93º 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 #D952FB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 82 251 -
CMYK 0.14 0.67 0 0.02
HSL 287.93º 0.95% 0.65% -
HSV(B) 287.93º 0.67% 0.98% -
XYZ 49.05 27.75 94.04 -
YUV 141.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 217 82 251 0.14 0.67 0 0.02 287.93 0.95 0.65
Hex D9 52 FB E 43 0 2 120 5F 41
Octal 331 122 373 16 103 0 2 440 137 101
Binary 11011001 1010010 11111011 1110 1000011 0 10 100100000 1011111 1000001

Color Harmonies of #D952FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952FB

Black with #D952FB

Text Example


Text Example

White with #D952FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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