Html Css Color HEX #D469FD Heliotrope

📋 copy color: '#D469FD'

red 212 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #D469FD

Tints of Heliotrope #D469FD

RGB

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

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

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

R = 37.19%
G = 18.42%
B = 44.39%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D469FD (or 0xD469FD) is known color: Heliotrope. HEX triplet: D4, 69 and FD. RGB value is (212,105,253). Sum of RGB (Red+Green+Blue) = 212+105+253=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #D469FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469FD is #2B9602. Grayscale: #999999. Windows color (decimal): -2856451 or 16607700. OLE color: 16607700.

HSL color Cylindrical-coordinate representation of color #D469FD: hue angle of 283.38º 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 #D469FD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 105 253 -
CMYK 0.16 0.58 0 0.01
HSL 283.38º 0.97% 0.7% -
HSV(B) 283.38º 0.58% 0.99% -
XYZ 49.93 31.19 96.32 -
YUV 153.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 212 105 253 0.16 0.58 0 0.01 283.38 0.97 0.7
Hex D4 69 FD 10 3A 0 1 11B 61 46
Octal 324 151 375 20 72 0 1 433 141 106
Binary 11010100 1101001 11111101 10000 111010 0 1 100011011 1100001 1000110

Color Harmonies of #D469FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469FD

Black with #D469FD

Text Example


Text Example

White with #D469FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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