Html Css Color HEX #D369FB Heliotrope

📋 copy color: '#D369FB'

red 211 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #D369FB

Tints of Heliotrope #D369FB

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

 GREEN value IS 105 (41.41% from 255) = 18.52%

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

R = 37.21%
G = 18.52%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D369FB (or 0xD369FB) is known color: Heliotrope. HEX triplet: D3, 69 and FB. RGB value is (211,105,251). Sum of RGB (Red+Green+Blue) = 211+105+251=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #D369FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369FB is #2C9604. Grayscale: #989898. Windows color (decimal): -2921989 or 16476627. OLE color: 16476627.

HSL color Cylindrical-coordinate representation of color #D369FB: hue angle of 283.56º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D369FB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 105 251 -
CMYK 0.16 0.58 0 0.02
HSL 283.56º 0.95% 0.7% -
HSV(B) 283.56º 0.58% 0.98% -
XYZ 49.33 30.92 94.63 -
YUV 153.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 211 105 251 0.16 0.58 0 0.02 283.56 0.95 0.7
Hex D3 69 FB 10 3A 0 2 11C 5F 46
Octal 323 151 373 20 72 0 2 434 137 106
Binary 11010011 1101001 11111011 10000 111010 0 10 100011100 1011111 1000110

Color Harmonies of #D369FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369FB

Black with #D369FB

Text Example


Text Example

White with #D369FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369FB; }

 p { color: rgb(211,105,251); }

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

background-color css

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

 a { background-color: rgb(211,105,251); }

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

border-color css

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

 span { border-color: rgb(211,105,251); }

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