Html Css Color HEX #D369FD Heliotrope

📋 copy color: '#D369FD'

red 211 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #D369FD

Tints of Heliotrope #D369FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 37.08%
G = 18.45%
B = 44.46%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D369FD (or 0xD369FD) is known color: Heliotrope. HEX triplet: D3, 69 and FD. RGB value is (211,105,253). Sum of RGB (Red+Green+Blue) = 211+105+253=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D369FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369FD is #2C9602. Grayscale: #999999. Windows color (decimal): -2921987 or 16607699. OLE color: 16607699.

HSL color Cylindrical-coordinate representation of color #D369FD: hue angle of 282.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D369FD is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 105 253 -
CMYK 0.17 0.58 0 0.01
HSL 282.97º 0.97% 0.7% -
HSV(B) 282.97º 0.58% 0.99% -
XYZ 49.65 31.04 96.3 -
YUV 153.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 211 105 253 0.17 0.58 0 0.01 282.97 0.97 0.7
Hex D3 69 FD 11 3A 0 1 11B 61 46
Octal 323 151 375 21 72 0 1 433 141 106
Binary 11010011 1101001 11111101 10001 111010 0 1 100011011 1100001 1000110

Color Harmonies of #D369FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369FD

Black with #D369FD

Text Example


Text Example

White with #D369FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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