Html Css Color HEX #D065FE Heliotrope

📋 copy color: '#D065FE'

red 208 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #D065FE

Tints of Heliotrope #D065FE

RGB

 RED value IS 208 (81.64% from 255) = 36.94%

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 36.94%
G = 17.94%
B = 45.12%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D065FE (or 0xD065FE) is known color: Heliotrope. HEX triplet: D0, 65 and FE. RGB value is (208,101,254). Sum of RGB (Red+Green+Blue) = 208+101+254=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D065FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FE is #2F9A01. Grayscale: #959595. Windows color (decimal): -3119618 or 16672208. OLE color: 16672208.

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

Color convert

RGB 208 101 254 -
CMYK 0.18 0.60 0 0.00
HSL 281.96º 0.99% 0.7% -
HSV(B) 281.96º 0.6% 1% -
XYZ 48.56 29.87 96.97 -
YUV 150.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 208 101 254 0.18 0.60 0 0.00 281.96 0.99 0.7
Hex D0 65 FE 12 3C 0 0 11A 63 46
Octal 320 145 376 22 74 0 0 432 143 106
Binary 11010000 1100101 11111110 10010 111100 0 0 100011010 1100011 1000110

Color Harmonies of #D065FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065FE

Black with #D065FE

Text Example


Text Example

White with #D065FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065FE; }

 p { color: rgb(208,101,254); }

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

background-color css

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

 a { background-color: rgb(208,101,254); }

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

border-color css

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

 span { border-color: rgb(208,101,254); }

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