Html Css Color HEX #D930B0 Persian Rose

📋 copy color: '#D930B0'

red 217 ◦ green 48 ◦ blue 176

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

Shades of Persian Rose #D930B0

Tints of Persian Rose #D930B0

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

 GREEN value IS 48 (19.14% from 255) = 10.88%

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

R = 49.21%
G = 10.88%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D930B0 (or 0xD930B0) is known color: Persian Rose. HEX triplet: D9, 30 and B0. RGB value is (217,48,176). Sum of RGB (Red+Green+Blue) = 217+48+176=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D930B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930B0 is #26CF4F. Grayscale: #707070. Windows color (decimal): -2543440 or 11546841. OLE color: 11546841.

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

Color convert

RGB 217 48 176 -
CMYK 0 0.78 0.19 0.15
HSL 314.56º 0.69% 0.52% -
HSV(B) 314.56º 0.78% 0.85% -
XYZ 37.51 20 42.96 -
YUV 113.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 217 48 176 0 0.78 0.19 0.15 314.56 0.69 0.52
Hex D9 30 B0 0 4E 13 F 13B 45 34
Octal 331 60 260 0 116 23 17 473 105 64
Binary 11011001 110000 10110000 0 1001110 10011 1111 100111011 1000101 110100

Color Harmonies of #D930B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930B0

Black with #D930B0

Text Example


Text Example

White with #D930B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930B0; }

 p { color: rgb(217,48,176); }

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

background-color css

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

 a { background-color: rgb(217,48,176); }

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

border-color css

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

 span { border-color: rgb(217,48,176); }

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