Html Css Color HEX #D265F8 Heliotrope

📋 copy color: '#D265F8'

red 210 ◦ green 101 ◦ blue 248

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

Shades of Heliotrope #D265F8

Tints of Heliotrope #D265F8

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

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

 BLUE value IS 248 (97.27% from 255) = 44.36%

R = 37.57%
G = 18.07%
B = 44.36%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D265F8 (or 0xD265F8) is known color: Heliotrope. HEX triplet: D2, 65 and F8. RGB value is (210,101,248). Sum of RGB (Red+Green+Blue) = 210+101+248=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #D265F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265F8 is #2D9A07. Grayscale: #959595. Windows color (decimal): -2988552 or 16278994. OLE color: 16278994.

HSL color Cylindrical-coordinate representation of color #D265F8: hue angle of 284.49º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D265F8 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 101 248 -
CMYK 0.15 0.59 0 0.03
HSL 284.49º 0.91% 0.68% -
HSV(B) 284.49º 0.59% 0.97% -
XYZ 48.18 29.79 92.02 -
YUV 150.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 210 101 248 0.15 0.59 0 0.03 284.49 0.91 0.68
Hex D2 65 F8 F 3B 0 3 11C 5B 44
Octal 322 145 370 17 73 0 3 434 133 104
Binary 11010010 1100101 11111000 1111 111011 0 11 100011100 1011011 1000100

Color Harmonies of #D265F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265F8

Black with #D265F8

Text Example


Text Example

White with #D265F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265F8; }

 p { color: rgb(210,101,248); }

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

background-color css

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

 a { background-color: rgb(210,101,248); }

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

border-color css

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

 span { border-color: rgb(210,101,248); }

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