Html Css Color HEX #D67BB3 Persian Pink

📋 copy color: '#D67BB3'

red 214 ◦ green 123 ◦ blue 179

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

Shades of Persian Pink #D67BB3

Tints of Persian Pink #D67BB3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

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

R = 41.47%
G = 23.84%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D67BB3 (or 0xD67BB3) is known color: Persian Pink. HEX triplet: D6, 7B and B3. RGB value is (214,123,179). Sum of RGB (Red+Green+Blue) = 214+123+179=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BB3 is #29844C. Grayscale: #9C9C9C. Windows color (decimal): -2720845 or 11762646. OLE color: 11762646.

HSL color Cylindrical-coordinate representation of color #D67BB3: hue angle of 323.08º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BB3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 179 -
CMYK 0 0.43 0.16 0.16
HSL 323.08º 0.53% 0.66% -
HSV(B) 323.08º 0.43% 0.84% -
XYZ 42.95 31.72 46.51 -
YUV 156.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 214 123 179 0 0.43 0.16 0.16 323.08 0.53 0.66
Hex D6 7B B3 0 2B 10 10 143 35 42
Octal 326 173 263 0 53 20 20 503 65 102
Binary 11010110 1111011 10110011 0 101011 10000 10000 101000011 110101 1000010

Color Harmonies of #D67BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BB3

Black with #D67BB3

Text Example


Text Example

White with #D67BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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