Html Css Color HEX #D465FD Heliotrope

📋 copy color: '#D465FD'

red 212 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #D465FD

Tints of Heliotrope #D465FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.84%

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

R = 37.46%
G = 17.84%
B = 44.7%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D465FD (or 0xD465FD) is known color: Heliotrope. HEX triplet: D4, 65 and FD. RGB value is (212,101,253). Sum of RGB (Red+Green+Blue) = 212+101+253=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D465FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FD is #2B9A02. Grayscale: #979797. Windows color (decimal): -2857475 or 16606676. OLE color: 16606676.

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

Color convert

RGB 212 101 253 -
CMYK 0.16 0.60 0 0.01
HSL 283.82º 0.97% 0.69% -
HSV(B) 283.82º 0.6% 0.99% -
XYZ 49.53 30.4 96.18 -
YUV 151.52 185.27 171.14 -
System Red Green Blue C M Y K H S L
Decimal 212 101 253 0.16 0.60 0 0.01 283.82 0.97 0.69
Hex D4 65 FD 10 3C 0 1 11C 61 45
Octal 324 145 375 20 74 0 1 434 141 105
Binary 11010100 1100101 11111101 10000 111100 0 1 100011100 1100001 1000101

Color Harmonies of #D465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FD

Black with #D465FD

Text Example


Text Example

White with #D465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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