Html Css Color HEX #D253FF Heliotrope

📋 copy color: '#D253FF'

red 210 ◦ green 83 ◦ blue 255

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

Shades of Heliotrope #D253FF

Tints of Heliotrope #D253FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.15%

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

R = 38.32%
G = 15.15%
B = 46.53%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D253FF (or 0xD253FF) is known color: Heliotrope. HEX triplet: D2, 53 and FF. RGB value is (210,83,255). Sum of RGB (Red+Green+Blue) = 210+83+255=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #D253FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253FF is #2DAC00. Grayscale: #8C8C8C. Windows color (decimal): -2993153 or 16733138. OLE color: 16733138.

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

Color convert

RGB 210 83 255 -
CMYK 0.18 0.67 0 0
HSL 284.3º 1% 0.66% -
HSV(B) 284.3º 0.67% 1% -
XYZ 47.72 27.11 97.32 -
YUV 140.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 210 83 255 0.18 0.67 0 0 284.3 1 0.66
Hex D2 53 FF 12 43 0 0 11C 64 42
Octal 322 123 377 22 103 0 0 434 144 102
Binary 11010010 1010011 11111111 10010 1000011 0 0 100011100 1100100 1000010

Color Harmonies of #D253FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253FF

Black with #D253FF

Text Example


Text Example

White with #D253FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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