Html Css Color HEX #D269FA Heliotrope

📋 copy color: '#D269FA'

red 210 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #D269FA

Tints of Heliotrope #D269FA

RGB

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

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

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

R = 37.17%
G = 18.58%
B = 44.25%

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

#D269FA (or 0xD269FA) is known color: Heliotrope. HEX triplet: D2, 69 and FA. RGB value is (210,105,250). Sum of RGB (Red+Green+Blue) = 210+105+250=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #D269FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269FA is #2D9605. Grayscale: #989898. Windows color (decimal): -2987526 or 16411090. OLE color: 16411090.

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

Color convert

RGB 210 105 250 -
CMYK 0.16 0.58 0 0.02
HSL 283.45º 0.94% 0.7% -
HSV(B) 283.45º 0.58% 0.98% -
XYZ 48.89 30.71 93.79 -
YUV 152.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 210 105 250 0.16 0.58 0 0.02 283.45 0.94 0.7
Hex D2 69 FA 10 3A 0 2 11B 5E 46
Octal 322 151 372 20 72 0 2 433 136 106
Binary 11010010 1101001 11111010 10000 111010 0 10 100011011 1011110 1000110

Color Harmonies of #D269FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269FA

Black with #D269FA

Text Example


Text Example

White with #D269FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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