Html Css Color HEX #D27DFD Heliotrope

📋 copy color: '#D27DFD'

red 210 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #D27DFD

Tints of Heliotrope #D27DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.26%

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

R = 35.71%
G = 21.26%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D27DFD (or 0xD27DFD) is known color: Heliotrope. HEX triplet: D2, 7D and FD. RGB value is (210,125,253). Sum of RGB (Red+Green+Blue) = 210+125+253=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #D27DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFD is #2D8202. Grayscale: #A4A4A4. Windows color (decimal): -2982403 or 16612818. OLE color: 16612818.

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

Color convert

RGB 210 125 253 -
CMYK 0.17 0.51 0 0.01
HSL 279.84º 0.97% 0.74% -
HSV(B) 279.84º 0.51% 0.99% -
XYZ 51.64 35.46 97.05 -
YUV 165.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 210 125 253 0.17 0.51 0 0.01 279.84 0.97 0.74
Hex D2 7D FD 11 33 0 1 118 61 4A
Octal 322 175 375 21 63 0 1 430 141 112
Binary 11010010 1111101 11111101 10001 110011 0 1 100011000 1100001 1001010

Color Harmonies of #D27DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DFD

Black with #D27DFD

Text Example


Text Example

White with #D27DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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