Html Css Color HEX #D675B3 Persian Pink

📋 copy color: '#D675B3'

red 214 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #D675B3

Tints of Persian Pink #D675B3

RGB

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

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

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

R = 41.96%
G = 22.94%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D675B3 (or 0xD675B3) is known color: Persian Pink. HEX triplet: D6, 75 and B3. RGB value is (214,117,179). Sum of RGB (Red+Green+Blue) = 214+117+179=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675B3 is #298A4C. Grayscale: #989898. Windows color (decimal): -2722381 or 11761110. OLE color: 11761110.

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

Color convert

RGB 214 117 179 -
CMYK 0 0.45 0.16 0.16
HSL 321.65º 0.54% 0.65% -
HSV(B) 321.65º 0.45% 0.84% -
XYZ 42.23 30.27 46.27 -
YUV 153.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 214 117 179 0 0.45 0.16 0.16 321.65 0.54 0.65
Hex D6 75 B3 0 2D 10 10 142 36 41
Octal 326 165 263 0 55 20 20 502 66 101
Binary 11010110 1110101 10110011 0 101101 10000 10000 101000010 110110 1000001

Color Harmonies of #D675B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675B3

Black with #D675B3

Text Example


Text Example

White with #D675B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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