Html Css Color HEX #D574B4 Persian Pink

📋 copy color: '#D574B4'

red 213 ◦ green 116 ◦ blue 180

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

Shades of Persian Pink #D574B4

Tints of Persian Pink #D574B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 41.85%
G = 22.79%
B = 35.36%

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

#D574B4 (or 0xD574B4) is known color: Persian Pink. HEX triplet: D5, 74 and B4. RGB value is (213,116,180). Sum of RGB (Red+Green+Blue) = 213+116+180=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B4 is #2A8B4B. Grayscale: #989898. Windows color (decimal): -2788172 or 11826389. OLE color: 11826389.

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

Color convert

RGB 213 116 180 -
CMYK 0 0.46 0.15 0.16
HSL 320.41º 0.54% 0.65% -
HSV(B) 320.41º 0.46% 0.84% -
XYZ 41.92 29.93 46.75 -
YUV 152.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 213 116 180 0 0.46 0.15 0.16 320.41 0.54 0.65
Hex D5 74 B4 0 2E F 10 140 36 41
Octal 325 164 264 0 56 17 20 500 66 101
Binary 11010101 1110100 10110100 0 101110 1111 10000 101000000 110110 1000001

Color Harmonies of #D574B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574B4

Black with #D574B4

Text Example


Text Example

White with #D574B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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