Html Css Color HEX #D930AC Persian Rose

📋 copy color: '#D930AC'

red 217 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #D930AC

Tints of Persian Rose #D930AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 49.66%
G = 10.98%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D930AC (or 0xD930AC) is known color: Persian Rose. HEX triplet: D9, 30 and AC. RGB value is (217,48,172). Sum of RGB (Red+Green+Blue) = 217+48+172=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D930AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930AC is #26CF53. Grayscale: #707070. Windows color (decimal): -2543444 or 11284697. OLE color: 11284697.

HSL color Cylindrical-coordinate representation of color #D930AC: hue angle of 315.98º 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 #D930AC is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 172 -
CMYK 0 0.78 0.21 0.15
HSL 315.98º 0.69% 0.52% -
HSV(B) 315.98º 0.78% 0.85% -
XYZ 37.12 19.84 40.9 -
YUV 112.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 217 48 172 0 0.78 0.21 0.15 315.98 0.69 0.52
Hex D9 30 AC 0 4E 15 F 13C 45 34
Octal 331 60 254 0 116 25 17 474 105 64
Binary 11011001 110000 10101100 0 1001110 10101 1111 100111100 1000101 110100

Color Harmonies of #D930AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930AC

Black with #D930AC

Text Example


Text Example

White with #D930AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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