Html Css Color HEX #D65F83 Cranberry

📋 copy color: '#D65F83'

red 214 ◦ green 95 ◦ blue 131

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

Shades of Cranberry #D65F83

Tints of Cranberry #D65F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 48.64%
G = 21.59%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D65F83 (or 0xD65F83) is known color: Cranberry. HEX triplet: D6, 5F and 83. RGB value is (214,95,131). Sum of RGB (Red+Green+Blue) = 214+95+131=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F83 is #29A07C. Grayscale: #868686. Windows color (decimal): -2728061 or 8609750. OLE color: 8609750.

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

Color convert

RGB 214 95 131 -
CMYK 0 0.56 0.39 0.16
HSL 341.85º 0.59% 0.61% -
HSV(B) 341.85º 0.56% 0.84% -
XYZ 35.92 24.12 24.23 -
YUV 134.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 214 95 131 0 0.56 0.39 0.16 341.85 0.59 0.61
Hex D6 5F 83 0 38 27 10 156 3B 3D
Octal 326 137 203 0 70 47 20 526 73 75
Binary 11010110 1011111 10000011 0 111000 100111 10000 101010110 111011 111101

Color Harmonies of #D65F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F83

Black with #D65F83

Text Example


Text Example

White with #D65F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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