Html Css Color HEX #D25AF2 Heliotrope

📋 copy color: '#D25AF2'

red 210 ◦ green 90 ◦ blue 242

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

Shades of Heliotrope #D25AF2

Tints of Heliotrope #D25AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.61%

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 38.75%
G = 16.61%
B = 44.65%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D25AF2 (or 0xD25AF2) is known color: Heliotrope. HEX triplet: D2, 5A and F2. RGB value is (210,90,242). Sum of RGB (Red+Green+Blue) = 210+90+242=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #D25AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AF2 is #2DA50D. Grayscale: #8E8E8E. Windows color (decimal): -2991374 or 15882962. OLE color: 15882962.

HSL color Cylindrical-coordinate representation of color #D25AF2: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25AF2 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 90 242 -
CMYK 0.13 0.63 0 0.05
HSL 287.37º 0.85% 0.65% -
HSV(B) 287.37º 0.63% 0.95% -
XYZ 46.26 27.42 86.86 -
YUV 143.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 210 90 242 0.13 0.63 0 0.05 287.37 0.85 0.65
Hex D2 5A F2 D 3F 0 5 11F 55 41
Octal 322 132 362 15 77 0 5 437 125 101
Binary 11010010 1011010 11110010 1101 111111 0 101 100011111 1010101 1000001

Color Harmonies of #D25AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AF2

Black with #D25AF2

Text Example


Text Example

White with #D25AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AF2; }

 p { color: rgb(210,90,242); }

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

background-color css

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

 a { background-color: rgb(210,90,242); }

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

border-color css

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

 span { border-color: rgb(210,90,242); }

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