Html Css Color HEX #D574B6 Persian Pink

📋 copy color: '#D574B6'

red 213 ◦ green 116 ◦ blue 182

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

Shades of Persian Pink #D574B6

Tints of Persian Pink #D574B6

RGB

 RED value IS 213 (83.59% from 255) = 41.68%

 GREEN value IS 116 (45.7% from 255) = 22.7%

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 41.68%
G = 22.7%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D574B6 (or 0xD574B6) is known color: Persian Pink. HEX triplet: D5, 74 and B6. RGB value is (213,116,182). Sum of RGB (Red+Green+Blue) = 213+116+182=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B6 is #2A8B49. Grayscale: #989898. Windows color (decimal): -2788170 or 11957461. OLE color: 11957461.

HSL color Cylindrical-coordinate representation of color #D574B6: hue angle of 319.18º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574B6 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 182 -
CMYK 0 0.46 0.15 0.16
HSL 319.18º 0.54% 0.65% -
HSV(B) 319.18º 0.46% 0.84% -
XYZ 42.13 30.01 47.83 -
YUV 152.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 213 116 182 0 0.46 0.15 0.16 319.18 0.54 0.65
Hex D5 74 B6 0 2E F 10 13F 36 41
Octal 325 164 266 0 56 17 20 477 66 101
Binary 11010101 1110100 10110110 0 101110 1111 10000 100111111 110110 1000001

Color Harmonies of #D574B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574B6

Black with #D574B6

Text Example


Text Example

White with #D574B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574B6; }

 p { color: rgb(213,116,182); }

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

background-color css

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

 a { background-color: rgb(213,116,182); }

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

border-color css

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

 span { border-color: rgb(213,116,182); }

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