Html Css Color HEX #D465FA Heliotrope

📋 copy color: '#D465FA'

red 212 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #D465FA

Tints of Heliotrope #D465FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 37.66%
G = 17.94%
B = 44.4%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D465FA (or 0xD465FA) is known color: Heliotrope. HEX triplet: D4, 65 and FA. RGB value is (212,101,250). Sum of RGB (Red+Green+Blue) = 212+101+250=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D465FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FA is #2B9A05. Grayscale: #969696. Windows color (decimal): -2857478 or 16410068. OLE color: 16410068.

HSL color Cylindrical-coordinate representation of color #D465FA: hue angle of 284.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D465FA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 101 250 -
CMYK 0.15 0.60 0 0.02
HSL 284.7º 0.94% 0.69% -
HSV(B) 284.7º 0.6% 0.98% -
XYZ 49.06 30.21 93.69 -
YUV 151.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 212 101 250 0.15 0.60 0 0.02 284.7 0.94 0.69
Hex D4 65 FA F 3C 0 2 11D 5E 45
Octal 324 145 372 17 74 0 2 435 136 105
Binary 11010100 1100101 11111010 1111 111100 0 10 100011101 1011110 1000101

Color Harmonies of #D465FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FA

Black with #D465FA

Text Example


Text Example

White with #D465FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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