Html Css Color HEX #D67BBB Persian Pink

📋 copy color: '#D67BBB'

red 214 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #D67BBB

Tints of Persian Pink #D67BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 40.84%
G = 23.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D67BBB (or 0xD67BBB) is known color: Persian Pink. HEX triplet: D6, 7B and BB. RGB value is (214,123,187). Sum of RGB (Red+Green+Blue) = 214+123+187=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BBB is #298444. Grayscale: #9D9D9D. Windows color (decimal): -2720837 or 12286934. OLE color: 12286934.

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

Color convert

RGB 214 123 187 -
CMYK 0 0.43 0.13 0.16
HSL 317.8º 0.53% 0.66% -
HSV(B) 317.8º 0.43% 0.84% -
XYZ 43.78 32.05 50.89 -
YUV 157.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 214 123 187 0 0.43 0.13 0.16 317.8 0.53 0.66
Hex D6 7B BB 0 2B D 10 13E 35 42
Octal 326 173 273 0 53 15 20 476 65 102
Binary 11010110 1111011 10111011 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D67BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BBB

Black with #D67BBB

Text Example


Text Example

White with #D67BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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