Html Css Color HEX #D672B4 Persian Pink

📋 copy color: '#D672B4'

red 214 ◦ green 114 ◦ blue 180

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

Shades of Persian Pink #D672B4

Tints of Persian Pink #D672B4

RGB

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

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

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

R = 42.13%
G = 22.44%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D672B4 (or 0xD672B4) is known color: Persian Pink. HEX triplet: D6, 72 and B4. RGB value is (214,114,180). Sum of RGB (Red+Green+Blue) = 214+114+180=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B4 is #298D4B. Grayscale: #979797. Windows color (decimal): -2723148 or 11825878. OLE color: 11825878.

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

Color convert

RGB 214 114 180 -
CMYK 0 0.47 0.16 0.16
HSL 320.4º 0.55% 0.64% -
HSV(B) 320.4º 0.47% 0.84% -
XYZ 41.99 29.63 46.69 -
YUV 151.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 214 114 180 0 0.47 0.16 0.16 320.4 0.55 0.64
Hex D6 72 B4 0 2F 10 10 140 37 40
Octal 326 162 264 0 57 20 20 500 67 100
Binary 11010110 1110010 10110100 0 101111 10000 10000 101000000 110111 1000000

Color Harmonies of #D672B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672B4

Black with #D672B4

Text Example


Text Example

White with #D672B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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