Html Css Color HEX #D675B6 Persian Pink

📋 copy color: '#D675B6'

red 214 ◦ green 117 ◦ blue 182

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

Shades of Persian Pink #D675B6

Tints of Persian Pink #D675B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 41.72%
G = 22.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D675B6 (or 0xD675B6) is known color: Persian Pink. HEX triplet: D6, 75 and B6. RGB value is (214,117,182). Sum of RGB (Red+Green+Blue) = 214+117+182=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675B6 is #298A49. Grayscale: #999999. Windows color (decimal): -2722378 or 11957718. OLE color: 11957718.

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

Color convert

RGB 214 117 182 -
CMYK 0 0.45 0.15 0.16
HSL 319.79º 0.54% 0.65% -
HSV(B) 319.79º 0.45% 0.84% -
XYZ 42.54 30.4 47.88 -
YUV 153.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 214 117 182 0 0.45 0.15 0.16 319.79 0.54 0.65
Hex D6 75 B6 0 2D F 10 140 36 41
Octal 326 165 266 0 55 17 20 500 66 101
Binary 11010110 1110101 10110110 0 101101 1111 10000 101000000 110110 1000001

Color Harmonies of #D675B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675B6

Black with #D675B6

Text Example


Text Example

White with #D675B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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