Html Css Color HEX #D465FB Heliotrope

📋 copy color: '#D465FB'

red 212 ◦ green 101 ◦ blue 251

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

Shades of Heliotrope #D465FB

Tints of Heliotrope #D465FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 37.59%
G = 17.91%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D465FB (or 0xD465FB) is known color: Heliotrope. HEX triplet: D4, 65 and FB. RGB value is (212,101,251). Sum of RGB (Red+Green+Blue) = 212+101+251=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #D465FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FB is #2B9A04. Grayscale: #969696. Windows color (decimal): -2857477 or 16475604. OLE color: 16475604.

HSL color Cylindrical-coordinate representation of color #D465FB: hue angle of 284.4º degrees, saturation: 0.95, 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 #D465FB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 101 251 -
CMYK 0.16 0.60 0 0.02
HSL 284.4º 0.95% 0.69% -
HSV(B) 284.4º 0.6% 0.98% -
XYZ 49.22 30.27 94.52 -
YUV 151.29 184.27 171.3 -
System Red Green Blue C M Y K H S L
Decimal 212 101 251 0.16 0.60 0 0.02 284.4 0.95 0.69
Hex D4 65 FB 10 3C 0 2 11C 5F 45
Octal 324 145 373 20 74 0 2 434 137 105
Binary 11010100 1100101 11111011 10000 111100 0 10 100011100 1011111 1000101

Color Harmonies of #D465FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FB

Black with #D465FB

Text Example


Text Example

White with #D465FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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