Html Css Color HEX #D45FFD Heliotrope

📋 copy color: '#D45FFD'

red 212 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D45FFD

Tints of Heliotrope #D45FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.96%

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

R = 37.86%
G = 16.96%
B = 45.18%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D45FFD (or 0xD45FFD) is known color: Heliotrope. HEX triplet: D4, 5F and FD. RGB value is (212,95,253). Sum of RGB (Red+Green+Blue) = 212+95+253=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D45FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FFD is #2BA002. Grayscale: #939393. Windows color (decimal): -2859011 or 16605140. OLE color: 16605140.

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

Color convert

RGB 212 95 253 -
CMYK 0.16 0.62 0 0.01
HSL 284.43º 0.98% 0.68% -
HSV(B) 284.43º 0.62% 0.99% -
XYZ 48.97 29.27 96 -
YUV 148 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 212 95 253 0.16 0.62 0 0.01 284.43 0.98 0.68
Hex D4 5F FD 10 3E 0 1 11C 62 44
Octal 324 137 375 20 76 0 1 434 142 104
Binary 11010100 1011111 11111101 10000 111110 0 1 100011100 1100010 1000100

Color Harmonies of #D45FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45FFD

Black with #D45FFD

Text Example


Text Example

White with #D45FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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