Html Css Color HEX #D264FD Heliotrope

📋 copy color: '#D264FD'

red 210 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #D264FD

Tints of Heliotrope #D264FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.76%

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

R = 37.3%
G = 17.76%
B = 44.94%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D264FD (or 0xD264FD) is known color: Heliotrope. HEX triplet: D2, 64 and FD. RGB value is (210,100,253). Sum of RGB (Red+Green+Blue) = 210+100+253=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D264FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264FD is #2D9B02. Grayscale: #959595. Windows color (decimal): -2988803 or 16606418. OLE color: 16606418.

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

Color convert

RGB 210 100 253 -
CMYK 0.17 0.60 0 0.01
HSL 283.14º 0.97% 0.69% -
HSV(B) 283.14º 0.6% 0.99% -
XYZ 48.87 29.91 96.13 -
YUV 150.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 210 100 253 0.17 0.60 0 0.01 283.14 0.97 0.69
Hex D2 64 FD 11 3C 0 1 11B 61 45
Octal 322 144 375 21 74 0 1 433 141 105
Binary 11010010 1100100 11111101 10001 111100 0 1 100011011 1100001 1000101

Color Harmonies of #D264FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264FD

Black with #D264FD

Text Example


Text Example

White with #D264FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264FD; }

 p { color: rgb(210,100,253); }

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

background-color css

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

 a { background-color: rgb(210,100,253); }

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

border-color css

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

 span { border-color: rgb(210,100,253); }

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