Html Css Color HEX #D672B3 Persian Pink

📋 copy color: '#D672B3'

red 214 ◦ green 114 ◦ blue 179

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

Shades of Persian Pink #D672B3

Tints of Persian Pink #D672B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 42.21%
G = 22.49%
B = 35.31%

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

#D672B3 (or 0xD672B3) is known color: Persian Pink. HEX triplet: D6, 72 and B3. RGB value is (214,114,179). Sum of RGB (Red+Green+Blue) = 214+114+179=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B3 is #298D4C. Grayscale: #979797. Windows color (decimal): -2723149 or 11760342. OLE color: 11760342.

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

Color convert

RGB 214 114 179 -
CMYK 0 0.47 0.16 0.16
HSL 321º 0.55% 0.64% -
HSV(B) 321º 0.47% 0.84% -
XYZ 41.89 29.59 46.15 -
YUV 151.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 214 114 179 0 0.47 0.16 0.16 321 0.55 0.64
Hex D6 72 B3 0 2F 10 10 141 37 40
Octal 326 162 263 0 57 20 20 501 67 100
Binary 11010110 1110010 10110011 0 101111 10000 10000 101000001 110111 1000000

Color Harmonies of #D672B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672B3

Black with #D672B3

Text Example


Text Example

White with #D672B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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