Html Css Color HEX #D452FA Heliotrope

📋 copy color: '#D452FA'

red 212 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #D452FA

Tints of Heliotrope #D452FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 38.97%
G = 15.07%
B = 45.96%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D452FA (or 0xD452FA) is known color: Heliotrope. HEX triplet: D4, 52 and FA. RGB value is (212,82,250). Sum of RGB (Red+Green+Blue) = 212+82+250=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D452FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D452FA is #2BAD05. Grayscale: #8B8B8B. Windows color (decimal): -2862342 or 16405204. OLE color: 16405204.

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

Color convert

RGB 212 82 250 -
CMYK 0.15 0.67 0 0.02
HSL 286.43º 0.94% 0.65% -
HSV(B) 286.43º 0.67% 0.98% -
XYZ 47.42 26.93 93.14 -
YUV 140.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 212 82 250 0.15 0.67 0 0.02 286.43 0.94 0.65
Hex D4 52 FA F 43 0 2 11E 5E 41
Octal 324 122 372 17 103 0 2 436 136 101
Binary 11010100 1010010 11111010 1111 1000011 0 10 100011110 1011110 1000001

Color Harmonies of #D452FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D452FA

Black with #D452FA

Text Example


Text Example

White with #D452FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D452FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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