Html Css Color HEX #D269F9 Heliotrope

📋 copy color: '#D269F9'

red 210 ◦ green 105 ◦ blue 249

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

Shades of Heliotrope #D269F9

Tints of Heliotrope #D269F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 37.23%
G = 18.62%
B = 44.15%

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

#D269F9 (or 0xD269F9) is known color: Heliotrope. HEX triplet: D2, 69 and F9. RGB value is (210,105,249). Sum of RGB (Red+Green+Blue) = 210+105+249=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #D269F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269F9 is #2D9606. Grayscale: #989898. Windows color (decimal): -2987527 or 16345554. OLE color: 16345554.

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

Color convert

RGB 210 105 249 -
CMYK 0.16 0.58 0 0.02
HSL 283.75º 0.92% 0.69% -
HSV(B) 283.75º 0.58% 0.98% -
XYZ 48.73 30.64 92.97 -
YUV 152.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 210 105 249 0.16 0.58 0 0.02 283.75 0.92 0.69
Hex D2 69 F9 10 3A 0 2 11C 5C 45
Octal 322 151 371 20 72 0 2 434 134 105
Binary 11010010 1101001 11111001 10000 111010 0 10 100011100 1011100 1000101

Color Harmonies of #D269F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269F9

Black with #D269F9

Text Example


Text Example

White with #D269F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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