Html Css Color HEX #D461FD Heliotrope

📋 copy color: '#D461FD'

red 212 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D461FD

Tints of Heliotrope #D461FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.26%

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

R = 37.72%
G = 17.26%
B = 45.02%

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

#D461FD (or 0xD461FD) is known color: Heliotrope. HEX triplet: D4, 61 and FD. RGB value is (212,97,253). Sum of RGB (Red+Green+Blue) = 212+97+253=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D461FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FD is #2B9E02. Grayscale: #949494. Windows color (decimal): -2858499 or 16605652. OLE color: 16605652.

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

Color convert

RGB 212 97 253 -
CMYK 0.16 0.62 0 0.01
HSL 284.23º 0.98% 0.69% -
HSV(B) 284.23º 0.62% 0.99% -
XYZ 49.16 29.64 96.06 -
YUV 149.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 212 97 253 0.16 0.62 0 0.01 284.23 0.98 0.69
Hex D4 61 FD 10 3E 0 1 11C 62 45
Octal 324 141 375 20 76 0 1 434 142 105
Binary 11010100 1100001 11111101 10000 111110 0 1 100011100 1100010 1000101

Color Harmonies of #D461FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461FD

Black with #D461FD

Text Example


Text Example

White with #D461FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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