Html Css Color HEX #D65B75 Cranberry

📋 copy color: '#D65B75'

red 214 ◦ green 91 ◦ blue 117

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

Shades of Cranberry #D65B75

Tints of Cranberry #D65B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 50.71%
G = 21.56%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65B75 (or 0xD65B75) is known color: Cranberry. HEX triplet: D6, 5B and 75. RGB value is (214,91,117). Sum of RGB (Red+Green+Blue) = 214+91+117=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B75 is #29A48A. Grayscale: #828282. Windows color (decimal): -2729099 or 7691222. OLE color: 7691222.

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

Color convert

RGB 214 91 117 -
CMYK 0 0.57 0.45 0.16
HSL 347.32º 0.6% 0.6% -
HSV(B) 347.32º 0.57% 0.84% -
XYZ 34.68 23.06 19.45 -
YUV 130.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 214 91 117 0 0.57 0.45 0.16 347.32 0.6 0.6
Hex D6 5B 75 0 39 2D 10 15B 3C 3C
Octal 326 133 165 0 71 55 20 533 74 74
Binary 11010110 1011011 1110101 0 111001 101101 10000 101011011 111100 111100

Color Harmonies of #D65B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B75

Black with #D65B75

Text Example


Text Example

White with #D65B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B75; }

 p { color: rgb(214,91,117); }

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

background-color css

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

 a { background-color: rgb(214,91,117); }

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

border-color css

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

 span { border-color: rgb(214,91,117); }

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