Html Css Color HEX #D675B2 Persian Pink

📋 copy color: '#D675B2'

red 214 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #D675B2

Tints of Persian Pink #D675B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

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

R = 42.04%
G = 22.99%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D675B2 (or 0xD675B2) is known color: Persian Pink. HEX triplet: D6, 75 and B2. RGB value is (214,117,178). Sum of RGB (Red+Green+Blue) = 214+117+178=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D675B2 is #298A4D. Grayscale: #989898. Windows color (decimal): -2722382 or 11695574. OLE color: 11695574.

HSL color Cylindrical-coordinate representation of color #D675B2: hue angle of 322.27º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675B2 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 178 -
CMYK 0 0.45 0.17 0.16
HSL 322.27º 0.54% 0.65% -
HSV(B) 322.27º 0.45% 0.84% -
XYZ 42.13 30.23 45.73 -
YUV 152.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 214 117 178 0 0.45 0.17 0.16 322.27 0.54 0.65
Hex D6 75 B2 0 2D 11 10 142 36 41
Octal 326 165 262 0 55 21 20 502 66 101
Binary 11010110 1110101 10110010 0 101101 10001 10000 101000010 110110 1000001

Color Harmonies of #D675B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675B2

Black with #D675B2

Text Example


Text Example

White with #D675B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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