Html Css Color HEX #D674B3 Persian Pink

📋 copy color: '#D674B3'

red 214 ◦ green 116 ◦ blue 179

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

Shades of Persian Pink #D674B3

Tints of Persian Pink #D674B3

RGB

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

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

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

R = 42.04%
G = 22.79%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D674B3 (or 0xD674B3) is known color: Persian Pink. HEX triplet: D6, 74 and B3. RGB value is (214,116,179). Sum of RGB (Red+Green+Blue) = 214+116+179=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674B3 is #298B4C. Grayscale: #989898. Windows color (decimal): -2722637 or 11760854. OLE color: 11760854.

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

Color convert

RGB 214 116 179 -
CMYK 0 0.46 0.16 0.16
HSL 321.43º 0.54% 0.65% -
HSV(B) 321.43º 0.46% 0.84% -
XYZ 42.11 30.04 46.23 -
YUV 152.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 214 116 179 0 0.46 0.16 0.16 321.43 0.54 0.65
Hex D6 74 B3 0 2E 10 10 141 36 41
Octal 326 164 263 0 56 20 20 501 66 101
Binary 11010110 1110100 10110011 0 101110 10000 10000 101000001 110110 1000001

Color Harmonies of #D674B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674B3

Black with #D674B3

Text Example


Text Example

White with #D674B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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