Html Css Color HEX #D674B2 Persian Pink

📋 copy color: '#D674B2'

red 214 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #D674B2

Tints of Persian Pink #D674B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 42.13%
G = 22.83%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D674B2 (or 0xD674B2) is known color: Persian Pink. HEX triplet: D6, 74 and B2. RGB value is (214,116,178). Sum of RGB (Red+Green+Blue) = 214+116+178=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674B2 is #298B4D. Grayscale: #989898. Windows color (decimal): -2722638 or 11695318. OLE color: 11695318.

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

Color convert

RGB 214 116 178 -
CMYK 0 0.46 0.17 0.16
HSL 322.04º 0.54% 0.65% -
HSV(B) 322.04º 0.46% 0.84% -
XYZ 42.01 30 45.7 -
YUV 152.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 214 116 178 0 0.46 0.17 0.16 322.04 0.54 0.65
Hex D6 74 B2 0 2E 11 10 142 36 41
Octal 326 164 262 0 56 21 20 502 66 101
Binary 11010110 1110100 10110010 0 101110 10001 10000 101000010 110110 1000001

Color Harmonies of #D674B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674B2

Black with #D674B2

Text Example


Text Example

White with #D674B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674B2; }

 p { color: rgb(214,116,178); }

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

background-color css

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

 a { background-color: rgb(214,116,178); }

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

border-color css

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

 span { border-color: rgb(214,116,178); }

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