Html Css Color HEX #D67BBA Persian Pink

📋 copy color: '#D67BBA'

red 214 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #D67BBA

Tints of Persian Pink #D67BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 40.92%
G = 23.52%
B = 35.56%

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

#D67BBA (or 0xD67BBA) is known color: Persian Pink. HEX triplet: D6, 7B and BA. RGB value is (214,123,186). Sum of RGB (Red+Green+Blue) = 214+123+186=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BBA is #298445. Grayscale: #9D9D9D. Windows color (decimal): -2720838 or 12221398. OLE color: 12221398.

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

Color convert

RGB 214 123 186 -
CMYK 0 0.43 0.13 0.16
HSL 318.46º 0.53% 0.66% -
HSV(B) 318.46º 0.43% 0.84% -
XYZ 43.68 32.01 50.33 -
YUV 157.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 214 123 186 0 0.43 0.13 0.16 318.46 0.53 0.66
Hex D6 7B BA 0 2B D 10 13E 35 42
Octal 326 173 272 0 53 15 20 476 65 102
Binary 11010110 1111011 10111010 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D67BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BBA

Black with #D67BBA

Text Example


Text Example

White with #D67BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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