Html Css Color HEX #D67EBC Persian Pink

📋 copy color: '#D67EBC'

red 214 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #D67EBC

Tints of Persian Pink #D67EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.86%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 40.53%
G = 23.86%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D67EBC (or 0xD67EBC) is known color: Persian Pink. HEX triplet: D6, 7E and BC. RGB value is (214,126,188). Sum of RGB (Red+Green+Blue) = 214+126+188=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EBC is #298143. Grayscale: #9F9F9F. Windows color (decimal): -2720068 or 12353238. OLE color: 12353238.

HSL color Cylindrical-coordinate representation of color #D67EBC: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EBC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 188 -
CMYK 0 0.41 0.12 0.16
HSL 317.73º 0.52% 0.67% -
HSV(B) 317.73º 0.41% 0.84% -
XYZ 44.27 32.85 51.58 -
YUV 159.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 214 126 188 0 0.41 0.12 0.16 317.73 0.52 0.67
Hex D6 7E BC 0 29 C 10 13E 34 43
Octal 326 176 274 0 51 14 20 476 64 103
Binary 11010110 1111110 10111100 0 101001 1100 10000 100111110 110100 1000011

Color Harmonies of #D67EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EBC

Black with #D67EBC

Text Example


Text Example

White with #D67EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EBC; }

 p { color: rgb(214,126,188); }

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

background-color css

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

 a { background-color: rgb(214,126,188); }

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

border-color css

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

 span { border-color: rgb(214,126,188); }

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