Html Css Color HEX #D28EFD Heliotrope

📋 copy color: '#D28EFD'

red 210 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #D28EFD

Tints of Heliotrope #D28EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.47%

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

R = 34.71%
G = 23.47%
B = 41.82%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D28EFD (or 0xD28EFD) is known color: Heliotrope. HEX triplet: D2, 8E and FD. RGB value is (210,142,253). Sum of RGB (Red+Green+Blue) = 210+142+253=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D28EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EFD is #2D7102. Grayscale: #AEAEAE. Windows color (decimal): -2978051 or 16617170. OLE color: 16617170.

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

Color convert

RGB 210 142 253 -
CMYK 0.17 0.44 0 0.01
HSL 276.76º 0.97% 0.77% -
HSV(B) 276.76º 0.44% 0.99% -
XYZ 53.98 40.14 97.83 -
YUV 174.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 210 142 253 0.17 0.44 0 0.01 276.76 0.97 0.77
Hex D2 8E FD 11 2C 0 1 115 61 4D
Octal 322 216 375 21 54 0 1 425 141 115
Binary 11010010 10001110 11111101 10001 101100 0 1 100010101 1100001 1001101

Color Harmonies of #D28EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EFD

Black with #D28EFD

Text Example


Text Example

White with #D28EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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