Html Css Color HEX #D45AFD Heliotrope

📋 copy color: '#D45AFD'

red 212 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #D45AFD

Tints of Heliotrope #D45AFD

RGB

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

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

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

R = 38.2%
G = 16.22%
B = 45.59%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D45AFD (or 0xD45AFD) is known color: Heliotrope. HEX triplet: D4, 5A and FD. RGB value is (212,90,253). Sum of RGB (Red+Green+Blue) = 212+90+253=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D45AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AFD is #2BA502. Grayscale: #909090. Windows color (decimal): -2860291 or 16603860. OLE color: 16603860.

HSL color Cylindrical-coordinate representation of color #D45AFD: hue angle of 284.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45AFD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 90 253 -
CMYK 0.16 0.64 0 0.01
HSL 284.91º 0.98% 0.67% -
HSV(B) 284.91º 0.64% 0.99% -
XYZ 48.54 28.4 95.85 -
YUV 145.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 212 90 253 0.16 0.64 0 0.01 284.91 0.98 0.67
Hex D4 5A FD 10 40 0 1 11D 62 43
Octal 324 132 375 20 100 0 1 435 142 103
Binary 11010100 1011010 11111101 10000 1000000 0 1 100011101 1100010 1000011

Color Harmonies of #D45AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45AFD

Black with #D45AFD

Text Example


Text Example

White with #D45AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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