Html Css Color HEX #D452FD Heliotrope

📋 copy color: '#D452FD'

red 212 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #D452FD

Tints of Heliotrope #D452FD

RGB

 RED value IS 212 (83.2% from 255) = 38.76%

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

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

R = 38.76%
G = 14.99%
B = 46.25%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D452FD (or 0xD452FD) is known color: Heliotrope. HEX triplet: D4, 52 and FD. RGB value is (212,82,253). Sum of RGB (Red+Green+Blue) = 212+82+253=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D452FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D452FD is #2BAD02. Grayscale: #8B8B8B. Windows color (decimal): -2862339 or 16601812. OLE color: 16601812.

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

Color convert

RGB 212 82 253 -
CMYK 0.16 0.68 0 0.01
HSL 285.61º 0.98% 0.66% -
HSV(B) 285.61º 0.68% 0.99% -
XYZ 47.9 27.12 95.64 -
YUV 140.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 212 82 253 0.16 0.68 0 0.01 285.61 0.98 0.66
Hex D4 52 FD 10 44 0 1 11E 62 42
Octal 324 122 375 20 104 0 1 436 142 102
Binary 11010100 1010010 11111101 10000 1000100 0 1 100011110 1100010 1000010

Color Harmonies of #D452FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D452FD

Black with #D452FD

Text Example


Text Example

White with #D452FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D452FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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