Html Css Color HEX #D730B1 Persian Rose

📋 copy color: '#D730B1'

red 215 ◦ green 48 ◦ blue 177

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

Shades of Persian Rose #D730B1

Tints of Persian Rose #D730B1

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

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

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 48.86%
G = 10.91%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D730B1 (or 0xD730B1) is known color: Persian Rose. HEX triplet: D7, 30 and B1. RGB value is (215,48,177). Sum of RGB (Red+Green+Blue) = 215+48+177=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D730B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730B1 is #28CF4E. Grayscale: #707070. Windows color (decimal): -2674511 or 11612375. OLE color: 11612375.

HSL color Cylindrical-coordinate representation of color #D730B1: hue angle of 313.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730B1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 177 -
CMYK 0 0.78 0.18 0.16
HSL 313.65º 0.68% 0.52% -
HSV(B) 313.65º 0.78% 0.84% -
XYZ 37.02 19.74 43.45 -
YUV 112.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 215 48 177 0 0.78 0.18 0.16 313.65 0.68 0.52
Hex D7 30 B1 0 4E 12 10 13A 44 34
Octal 327 60 261 0 116 22 20 472 104 64
Binary 11010111 110000 10110001 0 1001110 10010 10000 100111010 1000100 110100

Color Harmonies of #D730B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730B1

Black with #D730B1

Text Example


Text Example

White with #D730B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730B1; }

 p { color: rgb(215,48,177); }

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

background-color css

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

 a { background-color: rgb(215,48,177); }

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

border-color css

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

 span { border-color: rgb(215,48,177); }

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