Html Css Color HEX #D752FD Heliotrope

📋 copy color: '#D752FD'

red 215 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #D752FD

Tints of Heliotrope #D752FD

RGB

 RED value IS 215 (84.38% from 255) = 39.09%

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

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

R = 39.09%
G = 14.91%
B = 46%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D752FD (or 0xD752FD) is known color: Heliotrope. HEX triplet: D7, 52 and FD. RGB value is (215,82,253). Sum of RGB (Red+Green+Blue) = 215+82+253=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #D752FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D752FD is #28AD02. Grayscale: #8C8C8C. Windows color (decimal): -2665731 or 16601815. OLE color: 16601815.

HSL color Cylindrical-coordinate representation of color #D752FD: hue angle of 286.67º 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 #D752FD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 82 253 -
CMYK 0.15 0.68 0 0.01
HSL 286.67º 0.98% 0.66% -
HSV(B) 286.67º 0.68% 0.99% -
XYZ 48.77 27.57 95.68 -
YUV 141.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 215 82 253 0.15 0.68 0 0.01 286.67 0.98 0.66
Hex D7 52 FD F 44 0 1 11F 62 42
Octal 327 122 375 17 104 0 1 437 142 102
Binary 11010111 1010010 11111101 1111 1000100 0 1 100011111 1100010 1000010

Color Harmonies of #D752FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752FD

Black with #D752FD

Text Example


Text Example

White with #D752FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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