Html Css Color HEX #D672B6 Persian Pink

📋 copy color: '#D672B6'

red 214 ◦ green 114 ◦ blue 182

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

Shades of Persian Pink #D672B6

Tints of Persian Pink #D672B6

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

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

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

R = 41.96%
G = 22.35%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D672B6 (or 0xD672B6) is known color: Persian Pink. HEX triplet: D6, 72 and B6. RGB value is (214,114,182). Sum of RGB (Red+Green+Blue) = 214+114+182=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B6 is #298D49. Grayscale: #979797. Windows color (decimal): -2723146 or 11956950. OLE color: 11956950.

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

Color convert

RGB 214 114 182 -
CMYK 0 0.47 0.15 0.16
HSL 319.2º 0.55% 0.64% -
HSV(B) 319.2º 0.47% 0.84% -
XYZ 42.19 29.71 47.77 -
YUV 151.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 214 114 182 0 0.47 0.15 0.16 319.2 0.55 0.64
Hex D6 72 B6 0 2F F 10 13F 37 40
Octal 326 162 266 0 57 17 20 477 67 100
Binary 11010110 1110010 10110110 0 101111 1111 10000 100111111 110111 1000000

Color Harmonies of #D672B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672B6

Black with #D672B6

Text Example


Text Example

White with #D672B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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