Html Css Color HEX #D465FF Heliotrope

📋 copy color: '#D465FF'

red 212 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #D465FF

Tints of Heliotrope #D465FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 37.32%
G = 17.78%
B = 44.89%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D465FF (or 0xD465FF) is known color: Heliotrope. HEX triplet: D4, 65 and FF. RGB value is (212,101,255). Sum of RGB (Red+Green+Blue) = 212+101+255=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #D465FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FF is #2B9A00. Grayscale: #979797. Windows color (decimal): -2857473 or 16737748. OLE color: 16737748.

HSL color Cylindrical-coordinate representation of color #D465FF: hue angle of 283.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D465FF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 101 255 -
CMYK 0.17 0.60 0 0
HSL 283.25º 1% 0.7% -
HSV(B) 283.25º 0.6% 1% -
XYZ 49.86 30.52 97.87 -
YUV 151.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 212 101 255 0.17 0.60 0 0 283.25 1 0.7
Hex D4 65 FF 11 3C 0 0 11B 64 46
Octal 324 145 377 21 74 0 0 433 144 106
Binary 11010100 1100101 11111111 10001 111100 0 0 100011011 1100100 1000110

Color Harmonies of #D465FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FF

Black with #D465FF

Text Example


Text Example

White with #D465FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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