Html Css Color HEX #D572B6 Persian Pink

📋 copy color: '#D572B6'

red 213 ◦ green 114 ◦ blue 182

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

Shades of Persian Pink #D572B6

Tints of Persian Pink #D572B6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

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

R = 41.85%
G = 22.4%
B = 35.76%

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

#D572B6 (or 0xD572B6) is known color: Persian Pink. HEX triplet: D5, 72 and B6. RGB value is (213,114,182). Sum of RGB (Red+Green+Blue) = 213+114+182=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D572B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572B6 is #2A8D49. Grayscale: #979797. Windows color (decimal): -2788682 or 11956949. OLE color: 11956949.

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

Color convert

RGB 213 114 182 -
CMYK 0 0.46 0.15 0.16
HSL 318.79º 0.54% 0.64% -
HSV(B) 318.79º 0.46% 0.84% -
XYZ 41.9 29.56 47.75 -
YUV 151.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 213 114 182 0 0.46 0.15 0.16 318.79 0.54 0.64
Hex D5 72 B6 0 2E F 10 13F 36 40
Octal 325 162 266 0 56 17 20 477 66 100
Binary 11010101 1110010 10110110 0 101110 1111 10000 100111111 110110 1000000

Color Harmonies of #D572B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572B6

Black with #D572B6

Text Example


Text Example

White with #D572B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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