Html Css Color HEX #D569FA Heliotrope

📋 copy color: '#D569FA'

red 213 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #D569FA

Tints of Heliotrope #D569FA

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 37.5%
G = 18.49%
B = 44.01%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D569FA (or 0xD569FA) is known color: Heliotrope. HEX triplet: D5, 69 and FA. RGB value is (213,105,250). Sum of RGB (Red+Green+Blue) = 213+105+250=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D569FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D569FA is #2A9605. Grayscale: #999999. Windows color (decimal): -2790918 or 16411093. OLE color: 16411093.

HSL color Cylindrical-coordinate representation of color #D569FA: hue angle of 284.69º degrees, saturation: 0.94, 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 #D569FA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 105 250 -
CMYK 0.15 0.58 0 0.02
HSL 284.69º 0.94% 0.7% -
HSV(B) 284.69º 0.58% 0.98% -
XYZ 49.75 31.15 93.83 -
YUV 153.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 213 105 250 0.15 0.58 0 0.02 284.69 0.94 0.7
Hex D5 69 FA F 3A 0 2 11D 5E 46
Octal 325 151 372 17 72 0 2 435 136 106
Binary 11010101 1101001 11111010 1111 111010 0 10 100011101 1011110 1000110

Color Harmonies of #D569FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569FA

Black with #D569FA

Text Example


Text Example

White with #D569FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569FA; }

 p { color: rgb(213,105,250); }

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

background-color css

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

 a { background-color: rgb(213,105,250); }

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

border-color css

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

 span { border-color: rgb(213,105,250); }

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