Html Css Color HEX #D671B4 Persian Pink

📋 copy color: '#D671B4'

red 214 ◦ green 113 ◦ blue 180

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

Shades of Persian Pink #D671B4

Tints of Persian Pink #D671B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.29%

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 42.21%
G = 22.29%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D671B4 (or 0xD671B4) is known color: Persian Pink. HEX triplet: D6, 71 and B4. RGB value is (214,113,180). Sum of RGB (Red+Green+Blue) = 214+113+180=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671B4 is #298E4B. Grayscale: #969696. Windows color (decimal): -2723404 or 11825622. OLE color: 11825622.

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

Color convert

RGB 214 113 180 -
CMYK 0 0.47 0.16 0.16
HSL 320.2º 0.55% 0.64% -
HSV(B) 320.2º 0.47% 0.84% -
XYZ 41.87 29.4 46.65 -
YUV 150.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 214 113 180 0 0.47 0.16 0.16 320.2 0.55 0.64
Hex D6 71 B4 0 2F 10 10 140 37 40
Octal 326 161 264 0 57 20 20 500 67 100
Binary 11010110 1110001 10110100 0 101111 10000 10000 101000000 110111 1000000

Color Harmonies of #D671B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B4

Black with #D671B4

Text Example


Text Example

White with #D671B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B4; }

 p { color: rgb(214,113,180); }

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

background-color css

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

 a { background-color: rgb(214,113,180); }

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

border-color css

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

 span { border-color: rgb(214,113,180); }

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