Html Css Color HEX #D65F5A Roman

📋 copy color: '#D65F5A'

red 214 ◦ green 95 ◦ blue 90

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

Shades of Roman #D65F5A

Tints of Roman #D65F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 53.63%
G = 23.81%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D65F5A (or 0xD65F5A) is known color: Roman. HEX triplet: D6, 5F and 5A. RGB value is (214,95,90). Sum of RGB (Red+Green+Blue) = 214+95+90=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F5A is #29A0A5. Grayscale: #828282. Windows color (decimal): -2728102 or 5922774. OLE color: 5922774.

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

Color convert

RGB 214 95 90 -
CMYK 0 0.56 0.58 0.16
HSL 2.42º 0.6% 0.6% -
HSV(B) 2.42º 0.58% 0.84% -
XYZ 33.67 23.22 12.38 -
YUV 130.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 214 95 90 0 0.56 0.58 0.16 2.42 0.6 0.6
Hex D6 5F 5A 0 38 3A 10 2 3C 3C
Octal 326 137 132 0 70 72 20 2 74 74
Binary 11010110 1011111 1011010 0 111000 111010 10000 10 111100 111100

Color Harmonies of #D65F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F5A

Black with #D65F5A

Text Example


Text Example

White with #D65F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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