Html Css Color HEX #D65F67 Mandy

📋 copy color: '#D65F67'

red 214 ◦ green 95 ◦ blue 103

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

Shades of Mandy #D65F67

Tints of Mandy #D65F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 103 (40.63% from 255) = 25%

R = 51.94%
G = 23.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D65F67 (or 0xD65F67) is known color: Mandy. HEX triplet: D6, 5F and 67. RGB value is (214,95,103). Sum of RGB (Red+Green+Blue) = 214+95+103=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F67 is #29A098. Grayscale: #838383. Windows color (decimal): -2728089 or 6774742. OLE color: 6774742.

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

Color convert

RGB 214 95 103 -
CMYK 0 0.56 0.52 0.16
HSL 355.97º 0.59% 0.61% -
HSV(B) 355.97º 0.56% 0.84% -
XYZ 34.27 23.46 15.55 -
YUV 131.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 214 95 103 0 0.56 0.52 0.16 355.97 0.59 0.61
Hex D6 5F 67 0 38 34 10 164 3B 3D
Octal 326 137 147 0 70 64 20 544 73 75
Binary 11010110 1011111 1100111 0 111000 110100 10000 101100100 111011 111101

Color Harmonies of #D65F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F67

Black with #D65F67

Text Example


Text Example

White with #D65F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F67; }

 p { color: rgb(214,95,103); }

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

background-color css

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

 a { background-color: rgb(214,95,103); }

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

border-color css

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

 span { border-color: rgb(214,95,103); }

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