Html Css Color HEX #D27DFF Heliotrope

📋 copy color: '#D27DFF'

red 210 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #D27DFF

Tints of Heliotrope #D27DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 35.59%
G = 21.19%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D27DFF (or 0xD27DFF) is known color: Heliotrope. HEX triplet: D2, 7D and FF. RGB value is (210,125,255). Sum of RGB (Red+Green+Blue) = 210+125+255=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D27DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFF is #2D8200. Grayscale: #A4A4A4. Windows color (decimal): -2982401 or 16743890. OLE color: 16743890.

HSL color Cylindrical-coordinate representation of color #D27DFF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27DFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 125 255 -
CMYK 0.18 0.51 0 0
HSL 279.23º 1% 0.75% -
HSV(B) 279.23º 0.51% 1% -
XYZ 51.96 35.59 98.74 -
YUV 165.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 210 125 255 0.18 0.51 0 0 279.23 1 0.75
Hex D2 7D FF 12 33 0 0 117 64 4B
Octal 322 175 377 22 63 0 0 427 144 113
Binary 11010010 1111101 11111111 10010 110011 0 0 100010111 1100100 1001011

Color Harmonies of #D27DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DFF

Black with #D27DFF

Text Example


Text Example

White with #D27DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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