Html Css Color HEX #D67DBA Persian Pink

📋 copy color: '#D67DBA'

red 214 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #D67DBA

Tints of Persian Pink #D67DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

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

R = 40.76%
G = 23.81%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D67DBA (or 0xD67DBA) is known color: Persian Pink. HEX triplet: D6, 7D and BA. RGB value is (214,125,186). Sum of RGB (Red+Green+Blue) = 214+125+186=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBA is #298245. Grayscale: #9E9E9E. Windows color (decimal): -2720326 or 12221910. OLE color: 12221910.

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

Color convert

RGB 214 125 186 -
CMYK 0 0.42 0.13 0.16
HSL 318.88º 0.52% 0.66% -
HSV(B) 318.88º 0.42% 0.84% -
XYZ 43.93 32.51 50.41 -
YUV 158.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 214 125 186 0 0.42 0.13 0.16 318.88 0.52 0.66
Hex D6 7D BA 0 2A D 10 13F 34 42
Octal 326 175 272 0 52 15 20 477 64 102
Binary 11010110 1111101 10111010 0 101010 1101 10000 100111111 110100 1000010

Color Harmonies of #D67DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DBA

Black with #D67DBA

Text Example


Text Example

White with #D67DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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