Html Css Color HEX #D453FA Heliotrope

📋 copy color: '#D453FA'

red 212 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #D453FA

Tints of Heliotrope #D453FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.23%

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

R = 38.9%
G = 15.23%
B = 45.87%

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

#D453FA (or 0xD453FA) is known color: Heliotrope. HEX triplet: D4, 53 and FA. RGB value is (212,83,250). Sum of RGB (Red+Green+Blue) = 212+83+250=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #D453FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D453FA is #2BAC05. Grayscale: #8C8C8C. Windows color (decimal): -2862086 or 16405460. OLE color: 16405460.

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

Color convert

RGB 212 83 250 -
CMYK 0.15 0.67 0 0.02
HSL 286.35º 0.94% 0.65% -
HSV(B) 286.35º 0.67% 0.98% -
XYZ 47.5 27.09 93.17 -
YUV 140.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 212 83 250 0.15 0.67 0 0.02 286.35 0.94 0.65
Hex D4 53 FA F 43 0 2 11E 5E 41
Octal 324 123 372 17 103 0 2 436 136 101
Binary 11010100 1010011 11111010 1111 1000011 0 10 100011110 1011110 1000001

Color Harmonies of #D453FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D453FA

Black with #D453FA

Text Example


Text Example

White with #D453FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D453FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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