Html Css Color HEX #D67DBB Persian Pink

📋 copy color: '#D67DBB'

red 214 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #D67DBB

Tints of Persian Pink #D67DBB

RGB

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

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

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

R = 40.68%
G = 23.76%
B = 35.55%

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

#D67DBB (or 0xD67DBB) is known color: Persian Pink. HEX triplet: D6, 7D and BB. RGB value is (214,125,187). Sum of RGB (Red+Green+Blue) = 214+125+187=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBB is #298244. Grayscale: #9E9E9E. Windows color (decimal): -2720325 or 12287446. OLE color: 12287446.

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

Color convert

RGB 214 125 187 -
CMYK 0 0.42 0.13 0.16
HSL 318.2º 0.52% 0.66% -
HSV(B) 318.2º 0.42% 0.84% -
XYZ 44.03 32.55 50.98 -
YUV 158.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 214 125 187 0 0.42 0.13 0.16 318.2 0.52 0.66
Hex D6 7D BB 0 2A D 10 13E 34 42
Octal 326 175 273 0 52 15 20 476 64 102
Binary 11010110 1111101 10111011 0 101010 1101 10000 100111110 110100 1000010

Color Harmonies of #D67DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DBB

Black with #D67DBB

Text Example


Text Example

White with #D67DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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