Html Css Color HEX #D45AF1 Heliotrope

📋 copy color: '#D45AF1'

red 212 ◦ green 90 ◦ blue 241

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

Shades of Heliotrope #D45AF1

Tints of Heliotrope #D45AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.57%

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 39.04%
G = 16.57%
B = 44.38%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D45AF1 (or 0xD45AF1) is known color: Heliotrope. HEX triplet: D4, 5A and F1. RGB value is (212,90,241). Sum of RGB (Red+Green+Blue) = 212+90+241=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #D45AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AF1 is #2BA50E. Grayscale: #8F8F8F. Windows color (decimal): -2860303 or 15817428. OLE color: 15817428.

HSL color Cylindrical-coordinate representation of color #D45AF1: hue angle of 288.48º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D45AF1 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 90 241 -
CMYK 0.12 0.63 0 0.05
HSL 288.48º 0.84% 0.65% -
HSV(B) 288.48º 0.63% 0.95% -
XYZ 46.68 27.66 86.1 -
YUV 143.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 212 90 241 0.12 0.63 0 0.05 288.48 0.84 0.65
Hex D4 5A F1 C 3F 0 5 120 54 41
Octal 324 132 361 14 77 0 5 440 124 101
Binary 11010100 1011010 11110001 1100 111111 0 101 100100000 1010100 1000001

Color Harmonies of #D45AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45AF1

Black with #D45AF1

Text Example


Text Example

White with #D45AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45AF1; }

 p { color: rgb(212,90,241); }

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

background-color css

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

 a { background-color: rgb(212,90,241); }

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

border-color css

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

 span { border-color: rgb(212,90,241); }

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