Html Css Color HEX #D831B0 Persian Rose

📋 copy color: '#D831B0'

red 216 ◦ green 49 ◦ blue 176

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

Shades of Persian Rose #D831B0

Tints of Persian Rose #D831B0

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

 GREEN value IS 49 (19.53% from 255) = 11.11%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 48.98%
G = 11.11%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D831B0 (or 0xD831B0) is known color: Persian Rose. HEX triplet: D8, 31 and B0. RGB value is (216,49,176). Sum of RGB (Red+Green+Blue) = 216+49+176=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D831B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D831B0 is #27CE4F. Grayscale: #717171. Windows color (decimal): -2608720 or 11547096. OLE color: 11547096.

HSL color Cylindrical-coordinate representation of color #D831B0: hue angle of 314.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D831B0 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 176 -
CMYK 0 0.77 0.19 0.15
HSL 314.37º 0.68% 0.52% -
HSV(B) 314.37º 0.77% 0.85% -
XYZ 37.25 19.93 42.96 -
YUV 113.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 216 49 176 0 0.77 0.19 0.15 314.37 0.68 0.52
Hex D8 31 B0 0 4D 13 F 13A 44 34
Octal 330 61 260 0 115 23 17 472 104 64
Binary 11011000 110001 10110000 0 1001101 10011 1111 100111010 1000100 110100

Color Harmonies of #D831B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831B0

Black with #D831B0

Text Example


Text Example

White with #D831B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831B0; }

 p { color: rgb(216,49,176); }

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

background-color css

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

 a { background-color: rgb(216,49,176); }

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

border-color css

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

 span { border-color: rgb(216,49,176); }

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